maybe you have to reset it after setting functions
This commit is contained in:
parent
317f06f659
commit
8ddf8e254d
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -45,6 +45,8 @@ io.on('connection', (socket) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy = new Proxy(functions, handler)
|
proxy = new Proxy(functions, handler)
|
||||||
|
|
||||||
|
resetVM()
|
||||||
})
|
})
|
||||||
|
|
||||||
let vm
|
let vm
|
||||||
|
|
Loading…
Reference in a new issue