How to properly use isolated-vm to execute sandboxed code in Node.js?
Body:** I am migrating from`vm2` to `isolated-vm` for executing sandboxed code in Node.js. However, my current implementation always returns `undefined` for the result. Here is my code: