kettek / staxie

Sprite/pixel editor for making sprite stacks and/or indexed sprites
GNU General Public License v3.0
2 stars 0 forks source link

Global Error Handler #2

Open kettek opened 5 months ago

kettek commented 5 months ago

Outside of the scope of Svelte, we need a global error catch via window.onerror that we can then present the trace and other pertinent information as a popup for the end-user. This should allow showing errors even if Svelte explodes.