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