or maybe wrap it
This commit is contained in:
parent
5633734497
commit
42bbaf912d
1 changed files with 2 additions and 1 deletions
3
vm.js
3
vm.js
|
@ -65,7 +65,8 @@ parentPort.on('message', (msg) => {
|
|||
crypto,
|
||||
nbt,
|
||||
net,
|
||||
axios
|
||||
axios,
|
||||
inspect: (input, options) => util.inspect(input, { depth: options.depth })
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue