From 8983b84d1ae4decb010634cc333f8a4565ff3174 Mon Sep 17 00:00:00 2001 From: khoaHyh Date: Wed, 24 Jan 2024 13:12:08 -0500 Subject: [PATCH] add comment to new code in collect-files.js --- lib/cli/collect-files.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cli/collect-files.js b/lib/cli/collect-files.js index e5ae32486a..2def30d5af 100644 --- a/lib/cli/collect-files.js +++ b/lib/cli/collect-files.js @@ -53,6 +53,7 @@ module.exports = ({ } }, []); + // check that each file passed in to --file exists fileArgs.forEach(file => { try { require.resolve(file);