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({
|
vm = new VM({
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
sandbox: {
|
sandbox: {
|
||||||
bridge: () => proxy,
|
get bridge () { return proxy },
|
||||||
randomstring,
|
randomstring,
|
||||||
ChatMessage,
|
ChatMessage,
|
||||||
mc,
|
mc,
|
||||||
|
|
Loading…
Reference in a new issue