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