Skip to content

Commit

Permalink
Merge pull request #131 from Sannis/fix-sandbox-tests
Browse files Browse the repository at this point in the history
Fix sandbox code for Node.js v0.6
  • Loading branch information
Caolan McMahon committed Nov 20, 2011
2 parents fd4bf9e + c645d7f commit f55cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var async = require('../deps/async'),
fs = require('fs'),
util = require('util'),
Script = process.binding('evals').Script,
Script = process.binding('evals').Script || process.binding('evals').NodeScript,
http = require('http');


Expand Down

0 comments on commit f55cf9f

Please sign in to comment.