Skip to content

Commit e0e3bec

Browse files
committed
d
1 parent 72a39d2 commit e0e3bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows-testing/parallel-executor.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function main() {
2525
console.log('---');
2626

2727
console.log('---');
28-
readdirSync(testWorkingDir).forEach((file) => {
28+
readdirSync(testWorkingDir + '/external').forEach((file) => {
2929
console.log(file);
3030
});
3131
console.log('---');

0 commit comments

Comments
 (0)