1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-08 02:58:54 +08:00

fix error handling for web worker in Firefox #27

This commit is contained in:
lana-k
2021-04-24 16:53:19 +02:00
parent a7ef152140
commit 24411ac18f
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ function processMsg (sql) {
function onError (error) {
return {
error
error: error.message
}
}