We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c2614 commit b6604a0Copy full SHA for b6604a0
2 files changed
index.js
@@ -350,7 +350,6 @@ module.exports.reset = function () {
350
singletonPlugins = [];
351
singletonEmitter = false;
352
singleton = false;
353
- process.removeAllListeners("SIGINT");
354
};
355
356
/**
lib/public/exit.js
@@ -13,7 +13,5 @@ module.exports = function (browserSync) {
13
}
14
15
16
- process.on("SIGINT", exit);
17
-
18
return exit;
19
0 commit comments