mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
remove future error handling path
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d429756094
commit
20442413bf
@ -59,12 +59,4 @@ async function start() {
|
|||||||
// import and thus running before the skin can load.
|
// import and thus running before the skin can load.
|
||||||
await loadApp();
|
await loadApp();
|
||||||
}
|
}
|
||||||
start().catch(err => {
|
start();
|
||||||
// try show the error in React
|
|
||||||
console.log("Show React error page");
|
|
||||||
console.error(err);
|
|
||||||
}).catch(err => {
|
|
||||||
// fall back to showing the error in an alert
|
|
||||||
console.log("Show fallback error page");
|
|
||||||
console.error(err);
|
|
||||||
});
|
|
||||||
|
Loading…
Reference in New Issue
Block a user