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

Commit 686742e0 by Jan Aagaard Meier

fix for missing options and travis bump

1 parent 8c1882a1
Showing with 1 additions and 0 deletions
...@@ -237,6 +237,7 @@ module.exports = (function() { ...@@ -237,6 +237,7 @@ module.exports = (function() {
} }
var enqueue = function(queueItem, options) { var enqueue = function(queueItem, options) {
options = options || {}
if(this.activeQueue.length < this.maxConcurrentQueries) { if(this.activeQueue.length < this.maxConcurrentQueries) {
this.activeQueue.push(queueItem) this.activeQueue.push(queueItem)
if (this.pool) { if (this.pool) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!