diff --git a/index.js b/index.js index ccb9ee6..806727f 100644 --- a/index.js +++ b/index.js @@ -45,6 +45,8 @@ io.on('connection', (socket) => { } proxy = new Proxy(functions, handler) + + resetVM() }) let vm