Skip to content

Commit

Permalink
complete anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed Oct 26, 2016
1 parent c676a3a commit cd476b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = (limit) => {
var running = 0

if (!this.tasks) {
return
return this.emit('complete')
}

const toRun = this.tasks.keys().filter(key => {
Expand Down

0 comments on commit cd476b6

Please sign in to comment.