Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2430 from vogdb/issue-2430
Browse files Browse the repository at this point in the history
Followup of #2423
  • Loading branch information
vogdb authored Nov 24, 2016
2 parents 04be32a + 969ea7b commit 86fbd3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
if (!promise || !(promise instanceof Promise)) {
throw new Error('Invalid usage of promiseThrottler');
}
return true;
}

return function() {
Expand Down

0 comments on commit 86fbd3f

Please sign in to comment.