Skip to content

Commit 28a86f2

Browse files
committed
scripts/run_tests_in_ci.js: fix formatting
1 parent c2e5d78 commit 28a86f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests_in_ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function errorLog(...args) {
8181
console.error(__filename, elapsedTimeStr(), ...args);
8282
}
8383

84-
debugLog("command-line arguments:", process.argv);
84+
debugLog('command-line arguments:', process.argv);
8585

8686
const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
8787
// Maps the packages where we should not run `test:all` and instead isolate the cross-browser tests.

0 commit comments

Comments
 (0)