Fix variable name in DataAdb
A typo in a variable name caused the exception handling to fail. Bug: Test: yarn run dev Change-Id: Id02495fe323bbb7f6ccbb973fbe6091a3d518523
This commit is contained in:
@@ -228,7 +228,7 @@ export default {
|
||||
view.$emit('dataReady', view.dataFiles);
|
||||
}
|
||||
} catch (err) {
|
||||
view.errorText = ex;
|
||||
view.errorText = err;
|
||||
view.status = STATES.ERROR;
|
||||
}
|
||||
}, "arraybuffer")
|
||||
|
||||
Reference in New Issue
Block a user