We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccf7a9 commit dd46de9Copy full SHA for dd46de9
test/util/compareFiles.js
@@ -30,5 +30,6 @@ module.exports = async function (actualFilePath, expectedFilePath) {
30
31
function isSymbolicLinkSync(path) {
32
const stats = fs.lstatSync(path);
33
+ console.log(JSON.stringify(stats));
34
return stats.isSymbolicLink();
35
}
0 commit comments