custom inspect to false
This commit is contained in:
parent
42bbaf912d
commit
5e54b1fc2c
1 changed files with 1 additions and 1 deletions
2
vm.js
2
vm.js
|
@ -66,7 +66,7 @@ parentPort.on('message', (msg) => {
|
|||
nbt,
|
||||
net,
|
||||
axios,
|
||||
inspect: (input, options) => util.inspect(input, { depth: options.depth })
|
||||
inspect: (input, options) => util.inspect(input, { depth: options.depth, customInspect: false })
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue