Skip to content

Commit

Permalink
[DAEMON-218] Fixed bug where subdirectories were not being rescanned …
Browse files Browse the repository at this point in the history
…if they weren't a directory of interest.
  • Loading branch information
cb1kenobi committed Jan 11, 2018
1 parent dad6de8 commit 829d533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/appcd-detect/src/detector.js
Expand Up @@ -76,6 +76,7 @@ export default class Detector extends EventEmitter {
}

if (depth <= 0) {
foundPaths.add(dir);
this.logger.log(' No result, hit max depth, returning');
return;
}
Expand Down

0 comments on commit 829d533

Please sign in to comment.