Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created May 23, 2010 22:12
Show Gist options
  • Save bmizerany/411293 to your computer and use it in GitHub Desktop.
Save bmizerany/411293 to your computer and use it in GitHub Desktop.
var sys = require('sys')
var parser = require('./parser')
var proto = parser.Parser ( )
sys.puts(sys.inspect(proto.parse()))
/*
* Output:
*
* Assertion failed: (handle->InternalFieldCount() > 0), function Wrap, file /usr/local/include/node/node_object_wrap.h, line 37.
* Abort trap
*
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment