Skip to content

Instantly share code, notes, and snippets.

@jabed-web-dev
Created November 2, 2022 09:45
Show Gist options
  • Select an option

  • Save jabed-web-dev/763cc21e59e511e767d0f6e59a2b4f5c to your computer and use it in GitHub Desktop.

Select an option

Save jabed-web-dev/763cc21e59e511e767d0f6e59a2b4f5c to your computer and use it in GitHub Desktop.
pause nodejs console
process.stdout.write('\n\x1b[0;32mPress any key to continue . . . \x1b[0m');
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