custom inspect to false

This commit is contained in:
Chayapak 2024-11-01 20:26:03 +07:00
parent 42bbaf912d
commit 5e54b1fc2c

2
vm.js
View file

@ -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 })
}
})