mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
ui: if check fails, continue
This commit is contained in:
committed by
Aiden McClelland
parent
d3dbdebbcf
commit
b8d84c5fc2
@@ -37,7 +37,7 @@ export class StartupAlertsNotifier {
|
||||
return console.error(`Exception in ${c.name} check:`, e)
|
||||
}
|
||||
c.hasRun = true
|
||||
if (!checkRes) return
|
||||
if (!checkRes) return true
|
||||
const displayRes = await previousDisplay
|
||||
if (displayRes) return c.display(checkRes)
|
||||
}, Promise.resolve(true))
|
||||
|
||||
Reference in New Issue
Block a user