or maybe wrap it

This commit is contained in:
Chayapak 2024-11-01 20:25:43 +07:00
parent 5633734497
commit 42bbaf912d

3
vm.js
View file

@ -65,7 +65,8 @@ parentPort.on('message', (msg) => {
crypto,
nbt,
net,
axios
axios,
inspect: (input, options) => util.inspect(input, { depth: options.depth })
}
})