Upgrade to Bluebird 3.1.1
This commit is contained in:
parent
a8c364d830
commit
2ac27be95e
|
@ -582,7 +582,7 @@ Zotero.DBConnection.prototype.inTransaction = function () {
|
|||
|
||||
Zotero.DBConnection.prototype.waitForTransaction = function () {
|
||||
if (!this._inTransaction) {
|
||||
return Zotero.Promise.resolve().cancellable();
|
||||
return Zotero.Promise.resolve();
|
||||
}
|
||||
if (Zotero.Debug.enabled) {
|
||||
Zotero.debug("Waiting for transaction to finish", 5);
|
||||
|
|
4889
resource/bluebird.js
4889
resource/bluebird.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user