diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-10 16:48:26 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-10 16:48:26 -0700 |
commit | 1ed8997240ba5d8ee4fe57062d2dbe8ba46436e2 (patch) | |
tree | 2d404805f47eb5bbaadb3783fdb9e634e08a3dc6 /ext/bg/js/database.js | |
parent | e2373345a4a615ec59a45a6c3c75408826fef9c6 (diff) |
work on audio
Diffstat (limited to 'ext/bg/js/database.js')
-rw-r--r-- | ext/bg/js/database.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index 45ba3d08..b38e00db 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -32,8 +32,7 @@ class Database { if (db.verno !== this.version) { await db.delete(); } - } - catch(error) { + } catch(e) { // NOP } } |