sandbox icon indicating copy to clipboard operation
sandbox copied to clipboard

[FEATURE] Replace hollabacks with callbacks

Open emschwartz opened this issue 11 years ago • 0 comments

Sandbox.run now accepts a callback of the form function(error, result){...} Sandboxed code's process.stdout is piped directly to parents Exposed process.exit() function to sandboxed code Added tests Updated documentation and examples Changed testing framework to use Chaijs/expect instead of Shouldjs

emschwartz avatar Jun 23 '14 18:06 emschwartz