summaryrefslogtreecommitdiff
path: root/client/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/build.js')
-rw-r--r--client/build.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/build.js b/client/build.js
index 25fe512..a803acb 100644
--- a/client/build.js
+++ b/client/build.js
@@ -213,13 +213,6 @@ function bundleBinaryAssets() {
});
}
-process.on('uncaughtException', (error) => {
- const stack = error.stack;
- delete error.stack;
- console.log(error);
- console.log(stack);
-});
-
const config = getConfig();
bundleConfig(config);
bundleBinaryAssets();