Skip to content

Commit 568e2f3

Browse files
authored
fix: theme not setting
1 parent c0eacb7 commit 568e2f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootloader.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,6 @@ try {
123123
writeln('Please report this error to Flow Works.')
124124
writeln()
125125
console.error(e.stack)
126+
writeln()
127+
terminal.html(terminal.getHTML() + '<a onclick="indexedDB.deleteDatabase(\'virtualfs\')">Reset FileSystem</a>')
126128
}

0 commit comments

Comments
 (0)