Skip to content

Commit 12cd47a

Browse files
committed
fix: another strange problem
1 parent 876793c commit 12cd47a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootloader.ts

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ try {
122122
writeln('An error occured while booting FlowOS.')
123123
writeln('Please report this error to Flow Works.')
124124
writeln()
125-
terminal.html(terminal.getHtml() + '<a onclick="indexedDB.deleteDatabase('virtualfs')">Clear Virual FileSystem?</a>\n')
126125
console.error(e.stack)
127126
writeln()
128127
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(`virtualfs`);window.location.reload()">Would you like to reset the VirtualFS?</a>')

0 commit comments

Comments
 (0)