fix: another strange problem
This commit is contained in:
parent
876793c520
commit
12cd47a4b6
1 changed files with 0 additions and 1 deletions
|
|
@ -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>')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue