We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971662b + ef2d29b commit db4f483Copy full SHA for db4f483
lib/webapp.js
@@ -27,7 +27,7 @@ module.exports = {
27
28
listRepos: function(config, done){
29
api.get(config, "projects", function(err, repos){
30
- if (err) return console.log(err);
+ if (err) return done(err);
31
32
// Parse and filter only git repos
33
done(null, repos.map(api.parseRepo).filter(function(repo){
0 commit comments