不要怂,就是干,撸起袖子干!

Commit e45aa95b by Mick Hansen

Merge pull request #2882 from alubbe/master

updated bluebird to 2.6.2
2 parents 047995cf 893c377b
Showing with 2 additions and 2 deletions
...@@ -72,8 +72,8 @@ Promise.prototype._then = function (didFulfill, didReject, didProgress, receiver ...@@ -72,8 +72,8 @@ Promise.prototype._then = function (didFulfill, didReject, didProgress, receiver
var bluebirdSettle = Promise.prototype._settlePromiseAt; var bluebirdSettle = Promise.prototype._settlePromiseAt;
Promise.prototype._settlePromiseAt = function (index) { Promise.prototype._settlePromiseAt = function (index) {
bluebirdSettle.call(this, index);
var receiver = this._receiverAt(index); var receiver = this._receiverAt(index);
bluebirdSettle.call(this, index);
if (this.$sql && receiver && receiver.emit) { if (this.$sql && receiver && receiver.emit) {
this.$sql.forEach(function (sql) { this.$sql.forEach(function (sql) {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"url": "https://github.com/sequelize/sequelize/issues" "url": "https://github.com/sequelize/sequelize/issues"
}, },
"dependencies": { "dependencies": {
"bluebird": "~2.3.11", "bluebird": "2.4.2",
"dottie": "0.2.4", "dottie": "0.2.4",
"generic-pool": "2.1.1", "generic-pool": "2.1.1",
"inflection": "1.5.3", "inflection": "1.5.3",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!