Merge branch 'feat/add-more-themes' of https://github.com/Flow-Works/FlowOS into feat/add-more-themes
This commit is contained in:
commit
876793c520
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ 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