Skip to content

Commit

Permalink
add comment to new code in collect-files.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaHyh committed Jan 24, 2024
1 parent 4aad184 commit 8983b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/collect-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = ({
}
}, []);

// check that each file passed in to --file exists
fileArgs.forEach(file => {
try {
require.resolve(file);
Expand Down

0 comments on commit 8983b84

Please sign in to comment.