handle app crash

This commit is contained in:
Jan Prochazka
2021-03-27 08:28:21 +01:00
parent f1c70f6f82
commit 11436c065c
3 changed files with 43 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
import PluginsProvider from './plugins/PluginsProvider.svelte';
import Screen from './Screen.svelte';
import './utility/errorHandler';
</script>
<PluginsProvider />