forked from mystiq/hydrogen-web
todo comment
This commit is contained in:
parent
3c7125bb88
commit
d5a6a4d350
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue