Skip to content

Commit

Permalink
Merge pull request apidoc#20 from nebulade/master
Browse files Browse the repository at this point in the history
Give some indication, in case file listing with fails
  • Loading branch information
rottmann committed Nov 19, 2013
2 parents f0ed999 + 84cc3c6 commit e7e07af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/utils/find_files.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ function findFiles(options)
return 1;
}); // files.filter
} // try
catch (e) {
console.warn(e);
} // catch
finally
{
if( ! files || files.length === 0)
Expand Down

0 comments on commit e7e07af

Please sign in to comment.