This commit is contained in:
Chayapak 2024-11-01 20:27:29 +07:00
parent 5e54b1fc2c
commit a61efe0388

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, customInspect: false })
inspect: (input, options) => util.inspect(input, { depth: options?.depth, customInspect: false })
}
})