1 parent d429756 commit 2044241Copy full SHA for 2044241
1 file changed
src/vector/index.js
@@ -59,12 +59,4 @@ async function start() {
59
// import and thus running before the skin can load.
60
await loadApp();
61
}
62
-start().catch(err => {
63
- // try show the error in React
64
- console.log("Show React error page");
65
- console.error(err);
66
-}).catch(err => {
67
- // fall back to showing the error in an alert
68
- console.log("Show fallback error page");
69
70
-});
+start();
0 commit comments