Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Oct 2, 2019
1 parent c939193 commit b3031d2
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 237 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_js:
- 8
- 10
- 11
- 12

after_script:
- npm run coveralls
2 changes: 1 addition & 1 deletion gate-executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function GateExecutor(options, instance_counter) {

self.id = ++instance_counter
self.options = options

// Work queue.
var q = []

Expand Down
Loading

0 comments on commit b3031d2

Please sign in to comment.