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('| FlowOS is now discontinued. Starting in 10s...|')
writeln('\\-----------------------------------------------/')
setTimeout(async () => {
await kernel.boot(boot, progress, args)
setTimeout(() => {
kernel.boot(boot, progress, args).catch(e => console.error(e))
}, 10000)
} catch (e) {
writeln()