We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ctrl+c
1 parent fb2d18b commit ed62b4eCopy full SHA for ed62b4e
src/bootstrap/master.js
@@ -0,0 +1,4 @@
1
+const process = require('process');
2
+process.on('SIGINT', () => {
3
+ process.exit(0);
4
+});
0 commit comments