File: setup-sigint-listener.js

package info (click to toggle)
node-tmp 0.2.2%2Bdfsg%2B~0.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: javascript: 1,562; sh: 18; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (5)
1
2
// make sure that all garbage gets collected on SIGINT
process.on('SIGINT', process.exit);