Skip to content

Commit a517c96

Browse files
committed
Removed redundant stage finished print line
1 parent 8460f89 commit a517c96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ const runJobs = async () => {
115115

116116
try {
117117
await Promise.all(promises);
118-
console.log(`=> ${c.yellow(`${stageName}`)} > ${c.magentaBright(`finished`)}`);
119118
console.log("");
120119
} catch (e) {
121120
if (e !== "") { console.error(e); }

0 commit comments

Comments
 (0)