Skip to content

Instantly share code, notes, and snippets.

@rohanorton
Created March 19, 2016 11:06
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 rohanorton/33db9fcbce494eab796c to your computer and use it in GitHub Desktop.
Save rohanorton/33db9fcbce494eab796c to your computer and use it in GitHub Desktop.
process.on('SIGINT', function () {
console.log('killed');
});
process.stdin.emit('SIGINT');
console.log('continued');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment