Skip to content

Instantly share code, notes, and snippets.

@bentomas
Created August 30, 2010 03:40
Show Gist options
  • Save bentomas/556990 to your computer and use it in GitHub Desktop.
Save bentomas/556990 to your computer and use it in GitHub Desktop.
// this has been tested with HEAD node
// (http://github.com/ry/node/commit/57642e23497d5698aa4c5b8a44edff7b265c2283)
process.on('exit', function() {
console.log('hey');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment