Skip to content

Instantly share code, notes, and snippets.

@nlacasse
Created October 29, 2010 17:56
Show Gist options
  • Save nlacasse/654001 to your computer and use it in GitHub Desktop.
Save nlacasse/654001 to your computer and use it in GitHub Desktop.
> try { poop() } catch (e) {console.trace(e.stack) }
Trace: ReferenceError: poop is not defined
at [object Context]:1:7
at Interface.<anonymous> (repl:98:19)
at Interface.emit (events:27:15)
at Interface._ttyWrite (readline:295:12)
at Interface.write (readline:132:30)
at Stream.<anonymous> (repl:79:9)
at Stream.emit (events:27:15)
at IOWatcher.callback (net:489:16)
at node.js:772:9
at [object Context]:1:35
at Interface.<anonymous> (repl:98:19)
at Interface.emit (events:27:15)
at Interface._ttyWrite (readline:295:12)
at Interface.write (readline:132:30)
at Stream.<anonymous> (repl:79:9)
at Stream.emit (events:27:15)
at IOWatcher.callback (net:489:16)
at node.js:772:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment