From a61efe0388eb3e5209e21b7ced83b65ab966f41d Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:27:29 +0700 Subject: [PATCH] UNDEFIN --- vm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.js b/vm.js index 87f8d84..b14e16c 100644 --- a/vm.js +++ b/vm.js @@ -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 }) } })