fix: another strange problem

This commit is contained in:
ThinLiquid 2024-01-26 09:27:54 +00:00
parent 876793c520
commit 12cd47a4b6
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -122,7 +122,6 @@ try {
writeln('An error occured while booting FlowOS.') writeln('An error occured while booting FlowOS.')
writeln('Please report this error to Flow Works.') writeln('Please report this error to Flow Works.')
writeln() writeln()
terminal.html(terminal.getHtml() + '<a onclick="indexedDB.deleteDatabase('virtualfs')">Clear Virual FileSystem?</a>\n')
console.error(e.stack) console.error(e.stack)
writeln() writeln()
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(`virtualfs`);window.location.reload()">Would you like to reset the VirtualFS?</a>') terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(`virtualfs`);window.location.reload()">Would you like to reset the VirtualFS?</a>')