Skip to content

Commit 8983b84

Browse files
committed
add comment to new code in collect-files.js
1 parent 4aad184 commit 8983b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cli/collect-files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module.exports = ({
5353
}
5454
}, []);
5555

56+
// check that each file passed in to --file exists
5657
fileArgs.forEach(file => {
5758
try {
5859
require.resolve(file);

0 commit comments

Comments
 (0)