exodus-framework 2.1.1023 → 2.1.1025
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/app/exodus.js +2 -2
- package/package.json +1 -1
package/lib/app/exodus.js
CHANGED
@@ -150,7 +150,7 @@ class Exodus extends _managed.default {
|
|
150
150
|
reason,
|
151
151
|
promise
|
152
152
|
}, msg);
|
153
|
-
|
153
|
+
(0, _process.exit)(1);
|
154
154
|
});
|
155
155
|
}
|
156
156
|
onMasterUnhandledRejection(reason, promise) {
|
@@ -161,7 +161,7 @@ class Exodus extends _managed.default {
|
|
161
161
|
reason,
|
162
162
|
promise
|
163
163
|
}, msg);
|
164
|
-
|
164
|
+
(0, _process.exit)(1);
|
165
165
|
});
|
166
166
|
}
|
167
167
|
|