Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Aug 24, 2020
1 parent 4ea5ad6 commit dce5cbf
Show file tree
Hide file tree
Showing 3 changed files with 7,784 additions and 6,076 deletions.
2 changes: 1 addition & 1 deletion lib/verify-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function verifyFile(file) {
try {
const stats = fs.statSync(file);
return stats.isFile();
} catch (error) {
} catch {
return false;
}
}
Expand Down

0 comments on commit dce5cbf

Please sign in to comment.