Skip to content

Commit dd46de9

Browse files
authored
debug: output file stats
1 parent 3ccf7a9 commit dd46de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/util/compareFiles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ module.exports = async function (actualFilePath, expectedFilePath) {
3030

3131
function isSymbolicLinkSync(path) {
3232
const stats = fs.lstatSync(path);
33+
console.log(JSON.stringify(stats));
3334
return stats.isSymbolicLink();
3435
}

0 commit comments

Comments
 (0)