Skip to content

Commit 10c0dbe

Browse files
authored
feat: make reset filesystem button look better [skip ci]
1 parent 2352c53 commit 10c0dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootloader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ try {
124124
writeln()
125125
console.error(e.stack)
126126
writeln()
127-
terminal.html(terminal.getHTML() + '<a onclick="indexedDB.deleteDatabase(\'virtualfs\')">Reset FileSystem</a>')
127+
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\')">Would you like to reset the VirtualFS?</a>')
128128
}

0 commit comments

Comments
 (0)