Update bootloader.ts
This commit is contained in:
parent
76d60330ea
commit
fa9876cb21
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue