diff --git a/src/bootloader.ts b/src/bootloader.ts index 6704eab..4afb44c 100644 --- a/src/bootloader.ts +++ b/src/bootloader.ts @@ -122,6 +122,7 @@ try { writeln('An error occured while booting FlowOS.') writeln('Please report this error to Flow Works.') writeln() + terminal.html(terminal.getHtml() + 'Clear Virual FileSystem?\n') console.error(e.stack) writeln() terminal.html(terminal.getHTML() + 'Would you like to reset the VirtualFS?')