Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 12, 2013 20:42
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 isaacs/4773191 to your computer and use it in GitHub Desktop.
Save isaacs/4773191 to your computer and use it in GitHub Desktop.
[gh:node/master]isaacs@tum.local:~/dev/js/node-master v0.9.9-pre 4.1.0(1)-release
$ python tools/test.py simple/test-timers-uncaught-exception
=== release test-timers-uncaught-exception ===
Path: simple/test-timers-uncaught-exception
set first timer
set second timer
first timer
uncaught handler
assert.js:102
throw new assert.AssertionError({
^
AssertionError: 0 == 1
at process.<anonymous> (/Users/isaacs/dev/js/node-master/test/simple/test-timers-uncaught-exception.js:56:10)
at process.EventEmitter.emit (events.js:124:20)
Command: out/Release/node /Users/isaacs/dev/js/node-master/test/simple/test-timers-uncaught-exception.js
[00:00|% 100|+ 0|- 1]: Done
[gh:node/master]isaacs@tum.local:~/dev/js/node-master v0.9.9-pre 4.1.0(1)-release
$ ./node test/simple/test-timers-uncaught-exception.js
set first timer
set second timer
first timer
uncaught handler
second timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment