Skip to content

Commit d65788e

Browse files
author
Tobias Fuhrimann
committed
add incrementing
1 parent 57d3d6b commit d65788e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ function get(config, uri, done) {
8080
results = results.concat(res.body);
8181
callback(null, i);
8282
});
83+
84+
i++;
8385
},
8486
function(err, n) {
8587
if(err) return done(err);

0 commit comments

Comments
 (0)