Skip to content

Commit b25bb55

Browse files
committed
chore: update log
1 parent 5065b8e commit b25bb55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/ci/codegen/spreadGeneration.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ async function spreadGeneration(): Promise<void> {
7676
cwd: tempGitDir,
7777
})) === 0
7878
) {
79-
console.log(`Skipping ${lang} repository, because there is no change.`);
79+
console.log(
80+
`❎ Skipping ${lang} repository, because there is no change.`
81+
);
8082
return;
8183
}
8284

@@ -88,7 +90,7 @@ async function spreadGeneration(): Promise<void> {
8890
cwd: tempGitDir,
8991
});
9092
await run(`git push`, { cwd: tempGitDir });
91-
console.log(`Spread the generation to ${lang} repository.`);
93+
console.log(`Spread the generation to ${lang} repository.`);
9294
}
9395
}
9496

0 commit comments

Comments
 (0)