Skip to content

Commit 10b530b

Browse files
committed
red formatting, and a yo test
1 parent 105831e commit 10b530b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

scripts/ci-test/test_changed.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ async function runTests(config: TestConfig) {
8383

8484
const chrome_notes = process.env.CHROME_VERSION_NOTES;
8585
if(chrome_notes) {
86-
console.error(chrome_notes)
86+
console.error();
87+
console.error(chalk`{red ${chrome_notes}}`);
88+
console.error(" yo ");
8789
} else {
8890
console.error("No chrome notes!")
8991
}

scripts/run_tests_in_ci.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ const argv = yargs.options({
9090

9191
const chrome_notes = process.env.CHROME_VERSION_NOTES;
9292
if(chrome_notes) {
93+
console.error()
9394
console.error(chrome_notes)
94-
} else {
95-
console.error("No chrome notes!")
95+
console.error()
9696
}
9797

9898
writeLogs('Failure', name, stdout + '\n' + stderr);

0 commit comments

Comments
 (0)