Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit e45aa95b
authored
Jan 20, 2015
by
Mick Hansen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2882 from alubbe/master
updated bluebird to 2.6.2
2 parents
047995cf
893c377b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
lib/promise.js
package.json
lib/promise.js
View file @
e45aa95
...
@@ -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
)
{
...
...
package.json
View file @
e45aa95
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment