ctrl+c
shortcut sends an interrupt signal to the running process. This signal can be intercepted by listening for the SIGINT
event. If you want to close the process, you must explicitly call process.exit()
.
See Docs > API > Utils for more useful utilities.