mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-08 11:08:55 +08:00
add tests for dbUtils module #27
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
return new Promise((resolve, reject) => {
|
||||
fileReader.onerror = () => {
|
||||
fileReader.abort()
|
||||
reject(new DOMException('Problem parsing input file.'))
|
||||
reject(new Error('Problem parsing input file.'))
|
||||
}
|
||||
|
||||
fileReader.onload = () => {
|
||||
|
||||
Reference in New Issue
Block a user