nvm it doesn't work
This commit is contained in:
parent
4c50c129ec
commit
002a715d5a
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -42,7 +42,7 @@ io.on('connection', (socket) => {
|
||||||
vm = new VM({
|
vm = new VM({
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
sandbox: {
|
sandbox: {
|
||||||
get bridge () { return proxy },
|
bridge: () => proxy,
|
||||||
randomstring,
|
randomstring,
|
||||||
ChatMessage,
|
ChatMessage,
|
||||||
mc,
|
mc,
|
||||||
|
|
Loading…
Reference in a new issue