getter another try

This commit is contained in:
Chayapak 2023-08-02 09:25:49 +07:00
parent 502fa0d2c6
commit 317f06f659

View file

@ -52,7 +52,7 @@ io.on('connection', (socket) => {
vm = new VM({
timeout: 3000,
sandbox: {
bridge: () => proxy,
get bridge () { return proxy },
randomstring,
ChatMessage,
mc,