getter another try
This commit is contained in:
parent
502fa0d2c6
commit
317f06f659
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -52,7 +52,7 @@ io.on('connection', (socket) => {
|
|||
vm = new VM({
|
||||
timeout: 3000,
|
||||
sandbox: {
|
||||
bridge: () => proxy,
|
||||
get bridge () { return proxy },
|
||||
randomstring,
|
||||
ChatMessage,
|
||||
mc,
|
||||
|
|
Loading…
Reference in a new issue