client/build: remove extra printer
It kept hanging node. Fuck.
This commit is contained in:
parent
df663e7b35
commit
5c0765c30e
|
@ -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();
|
const config = getConfig();
|
||||||
bundleConfig(config);
|
bundleConfig(config);
|
||||||
bundleBinaryAssets();
|
bundleBinaryAssets();
|
||||||
|
|
Loading…
Reference in New Issue