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 CHANGED
@@ -150,7 +150,7 @@ class Exodus extends _managed.default {
150
150
  reason,
151
151
  promise
152
152
  }, msg);
153
- throw error;
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
- throw error;
164
+ (0, _process.exit)(1);
165
165
  });
166
166
  }
167
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.1.1023",
3
+ "version": "2.1.1025",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",