fix: theme not setting

This commit is contained in:
ThinLiquid 2024-01-25 10:00:23 +00:00 committed by GitHub
parent c0eacb7034
commit 568e2f3100
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,4 +123,6 @@ try {
writeln('Please report this error to Flow Works.')
writeln()
console.error(e.stack)
writeln()
terminal.html(terminal.getHTML() + '<a onclick="indexedDB.deleteDatabase(\'virtualfs\')">Reset FileSystem</a>')
}