mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
d00db5ea8c
Change-type: patch
18 lines
415 B
Diff
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) {
|