Skip to content

Commit

Permalink
Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Maia committed Apr 11, 2017
1 parent 66d7775 commit 24e3603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ const isDirectory = path =>
.then(stats => stats.isDirectory())
.catch(() => false);

// String -> String ~> Promise String
// Recursively looks for all files in a directory until it finds
// the one asked for. Returns a promise containing its path.
// String -> Promise String
const directoryTree = dirPath => {
let paths = [];
const search = dirPath =>
Expand Down

0 comments on commit 24e3603

Please sign in to comment.