fix: FlowOS refusing to load thme

This commit is contained in:
ThinLiquid 2024-01-25 09:57:39 +00:00 committed by GitHub
parent 7f7e565102
commit 1aad68f3f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,5 +122,6 @@ try {
writeln('An error occured while booting FlowOS.')
writeln('Please report this error to Flow Works.')
writeln()
terminal.html(terminal.getHtml() + '<a onclick="indexedDB.deleteDatabase('virtualfs')">Clear Virual FileSystem?</a>\n')
console.error(e.stack)
}