fix: weird error stopping build
This commit is contained in:
parent
934d6e80a0
commit
2e208c91e1
1 changed files with 1 additions and 1 deletions
|
|
@ -124,5 +124,5 @@ try {
|
||||||
writeln()
|
writeln()
|
||||||
console.error(e.stack)
|
console.error(e.stack)
|
||||||
writeln()
|
writeln()
|
||||||
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(\'virtualfs\');window.location.reload()">Would you like to reset the VirtualFS?</a>')
|
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(`virtualfs`);window.location.reload()">Would you like to reset the VirtualFS?</a>')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue