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('/-----------------------------------------------\\')
|
||||||
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()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue