[🐛] Break at error on boot
This commit is contained in:
parent
9f3b53248f
commit
ac8da49df4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue