Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created January 23, 2011 22:58
Show Gist options
  • Select an option

  • Save piscisaureus/792549 to your computer and use it in GitHub Desktop.

Select an option

Save piscisaureus/792549 to your computer and use it in GitHub Desktop.
D:\nodejs\node-src>node test\message\undefined_reference_in_new_context.js
before
node.js:68
throw e; // process.nextTick error, or 'error' event on first tick
^
ReferenceError: foo is not defined
at evalmachine.<anonymous>:1:1
at Object.<anonymous> (D:\nodejs\node-src\test\message\undefined_reference_i
n_new_context.js:10:8)
at Module._compile (node.js:423:30)
at Object..js (node.js:429:14)
at Module.load (node.js:355:35)
at Array.<anonymous> (node.js:443:26)
at EventEmitter._tickCallback (node.js:60:24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment