Update bootloader.ts

This commit is contained in:
ThinLiquid 2024-03-30 12:01:33 +00:00 committed by GitHub
parent 76d60330ea
commit fa9876cb21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,8 +119,8 @@ try {
writeln('/-----------------------------------------------\\') writeln('/-----------------------------------------------\\')
writeln('| FlowOS is now discontinued. Starting in 10s...|') writeln('| FlowOS is now discontinued. Starting in 10s...|')
writeln('\\-----------------------------------------------/') writeln('\\-----------------------------------------------/')
setTimeout(async () => { setTimeout(() => {
await kernel.boot(boot, progress, args) kernel.boot(boot, progress, args).catch(e => console.error(e))
}, 10000) }, 10000)
} catch (e) { } catch (e) {
writeln() writeln()