We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb1538 commit 98e087bCopy full SHA for 98e087b
lib/extra-files.js
@@ -26,6 +26,7 @@ async function collect(options, requestedFiles) {
26
extglob: false
27
}
28
);
29
+ console.log(files.sort())
30
31
return Promise.all(
32
files.sort().map(async (filePath) => {
0 commit comments