Skip to content

Commit 76de163

Browse files
committed
Test
1 parent 276af0a commit 76de163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/windows-testing/convert-symlinks.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ async function transformDir(p) {
4545
continue;
4646
}
4747

48+
if (subPath.includes('has-symbols')) {
49+
console.error('- ', subPath);
50+
}
51+
4852
if (file.isSymbolicLink()) {
4953
// Allow for parallel processing of directory entries.
5054
tasks.push(

0 commit comments

Comments
 (0)