Skip to content

Commit e9dbaaa

Browse files
More debug
1 parent ef02014 commit e9dbaaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-harness/src/runAllTests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async function runTestsInDir(
7373

7474
console.log(`Running tests in ${testRoot} for ${files.length} files`);
7575
console.log(JSON.stringify(process.argv, null, 2));
76+
console.log(JSON.stringify(process.execArgv, null, 2));
7677
console.log("NODE_OPTIONS:", process.env.NODE_OPTIONS);
7778

7879
try {

0 commit comments

Comments
 (0)