balena-cli/patches/all/exit-hook+1.1.1.patch
2020-12-09 20:43:14 +00:00

18 lines
415 B
Diff

diff --git a/node_modules/exit-hook/index.js b/node_modules/exit-hook/index.js
index e18013f..3366356 100644
--- a/node_modules/exit-hook/index.js
+++ b/node_modules/exit-hook/index.js
@@ -14,9 +14,9 @@ function exit(exit, signal) {
el();
});
- if (exit === true) {
- process.exit(128 + signal);
- }
+ // if (exit === true) {
+ // process.exit(128 + signal);
+ // }
};
module.exports = function (cb) {