feat: made reset filesystem reload [skip ci]
This commit is contained in:
parent
10c0dbe48a
commit
f207101c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,5 +124,5 @@ try {
|
|||
writeln()
|
||||
console.error(e.stack)
|
||||
writeln()
|
||||
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\')">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