forked from LittleChest/dns-packet
added use strict to hexdump.js
This commit is contained in:
parent
8c70ce60a5
commit
ee83912dcd
@ -1,3 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
const wout = (s) => {
|
||||
process.stdout.write(s)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user