Skip to content

Commit f883ec7

Browse files
debug
1 parent 306c34c commit f883ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-harness/src/runAllTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function runTestsInDir(
7474
console.log(`Running tests in ${testRoot} for ${files.length} files`);
7575
console.log(JSON.stringify(process.argv, null, 2));
7676
console.log(JSON.stringify(process.execArgv, null, 2));
77-
console.log("NODE_OPTIONS:", process.env.NODE_OPTIONS);
77+
console.log(JSON.stringify(process.env, null, 2));
7878

7979
try {
8080
// Run the mocha test

0 commit comments

Comments
 (0)