Skip to content

Commit

Permalink
Proceed with scanning if found object is not useful for Prana. Fixes #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
recidive committed Mar 2, 2015
1 parent 9bf78be commit e2900c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ utils.scan = function(dir, suffix, callback) {
}
next();
}
else {
// Not something useful.
next();
}
});
}, function(error) {
callback(error, returnFiles);
Expand Down

0 comments on commit e2900c0

Please sign in to comment.