diff --git a/src/matrix/storage/idb/Store.js b/src/matrix/storage/idb/Store.js index 11112ba7..22851af0 100644 --- a/src/matrix/storage/idb/Store.js +++ b/src/matrix/storage/idb/Store.js @@ -114,6 +114,7 @@ class QueryTargetWrapper { try { return this._qt.index(...params); } catch(err) { + // TODO: map to different error? this is not a request throw new IDBRequestAttemptError("index", this._qt, err, params); } }