add util
This commit is contained in:
parent
32bcf82b07
commit
a55b5f1022
1 changed files with 2 additions and 1 deletions
3
vm.js
3
vm.js
|
@ -65,7 +65,8 @@ parentPort.on('message', (msg) => {
|
||||||
crypto,
|
crypto,
|
||||||
nbt,
|
nbt,
|
||||||
net,
|
net,
|
||||||
axios
|
axios,
|
||||||
|
util
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue