Skip to content

Instantly share code, notes, and snippets.

@andrijac
Created July 26, 2019 09:16
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 andrijac/86297268a591ab9a59975b553fae73e4 to your computer and use it in GitHub Desktop.
Save andrijac/86297268a591ab9a59975b553fae73e4 to your computer and use it in GitHub Desktop.
console.log('Press any key to exit');
process.stdin.setRawMode(true);
process.stdin.resume();
process.stdin.on('data', process.exit.bind(process, 0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment