Skip to content

Instantly share code, notes, and snippets.

@justmoon
Created August 29, 2012 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justmoon/3508168 to your computer and use it in GitHub Desktop.
Save justmoon/3508168 to your computer and use it in GitHub Desktop.
node-webkit Crash/Error with node-buffertools
<script type="text/javascript">
require("buffertools");
console.log("It gets this far.");
new Buffer(32).clear();
console.log("But never this far.");
</script>
{
"name": "nw-buffertools",
"main": "index.html",
"window": {
"width": 400,
"height": 400,
"toolbar": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment