Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created May 1, 2012 20:39
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/2571183 to your computer and use it in GitHub Desktop.
Save isaacs/2571183 to your computer and use it in GitHub Desktop.
[gh:node/248f552...]isaacs@tum.local:~/dev/js/node-master v0.7.9-pre 4.1.0(1)-release
$ ./node test/simple/test-process-exit.js
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 1 == 0
at EventEmitter.<anonymous> (/Users/isaacs/dev/js/node-master/test/simple/test-process-exit.js:29:10)
at EventEmitter.emit (events.js:114:20)
at EventEmitter.exit (node.js:417:17)
at EventEmitter.<anonymous> (/Users/isaacs/dev/js/node-master/test/simple/test-process-exit.js:31:11)
at EventEmitter.emit (events.js:114:20)
[gh:node/248f552...]isaacs@tum.local:~/dev/js/node-master v0.7.9-pre 4.1.0(1)-release
$ git checkout HEAD^
Previous HEAD position was 248f552... process: ensure that the "exit" event always has "code" given
HEAD is now at 77c18d1... console: throw when no such label exists in `console.timeEnd`
[gh:node/77c18d1...]isaacs@tum.local:~/dev/js/node-master v0.7.9-pre 4.1.0(1)-release
$ make -j8 &>/dev/null
[gh:node/77c18d1...]isaacs@tum.local:~/dev/js/node-master v0.7.9-pre 4.1.0(1)-release
$ ./node test/simple/test-process-exit.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment