You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fixing open lib/server.js and edit
at top:
//Script = process.binding('evals').Script;
vm = require('vm');
change Script.runInNewContext to vm.runInNewContext
Hello,
I'm using Node.js v0.5.0-pre and when I run this code, I'm getting this error(test log). Is this a bug?
Thanks!
The text was updated successfully, but these errors were encountered: