Skip to content

Commit 98e087b

Browse files
committed
DEBUG
1 parent eeb1538 commit 98e087b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/extra-files.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async function collect(options, requestedFiles) {
2626
extglob: false
2727
}
2828
);
29+
console.log(files.sort())
2930

3031
return Promise.all(
3132
files.sort().map(async (filePath) => {

0 commit comments

Comments
 (0)