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:
@@ -23,7 +23,7 @@ function processMsg (sql) {
|
||||
|
||||
function onError (error) {
|
||||
return {
|
||||
error
|
||||
error: error.message
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user