You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bootloader.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,5 +124,5 @@ try {
124
124
writeln()
125
125
console.error(e.stack)
126
126
writeln()
127
-
terminal.html(terminal.getHTML()+'<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\')">Would you like to reset the VirtualFS?</a>')
127
+
terminal.html(terminal.getHTML()+'<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\');window.location.reload()">Would you like to reset the VirtualFS?</a>')
0 commit comments