mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +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)
|
return console.error(`Exception in ${c.name} check:`, e)
|
||||||
}
|
}
|
||||||
c.hasRun = true
|
c.hasRun = true
|
||||||
if (!checkRes) return
|
if (!checkRes) return true
|
||||||
const displayRes = await previousDisplay
|
const displayRes = await previousDisplay
|
||||||
if (displayRes) return c.display(checkRes)
|
if (displayRes) return c.display(checkRes)
|
||||||
}, Promise.resolve(true))
|
}, Promise.resolve(true))
|
||||||
|
|||||||
Reference in New Issue
Block a user