[🐛] Break at error on boot

This commit is contained in:
ThinLiquid 2024-01-10 13:58:17 +00:00
parent 9f3b53248f
commit ac8da49df4
No known key found for this signature in database
GPG key ID: D5085759953E6CAA

View file

@ -68,6 +68,7 @@ class Flow {
console.error(e)
await window.preloader.setError('apps')
window.preloader.setStatus(`unable to import ${appPath}\n${(e as Error).name}: ${(e as Error).message}`)
break
}
}
}