Skip to content

Commit 6be9280

Browse files
committed
use chalk to make errors more visible
1 parent 813adc1 commit 6be9280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default class RunProject {
131131

132132
private realTimeError(message: string): void {
133133
const data: ISocketData = JSON.parse(message);
134-
log.error(data.payload);
134+
log.error(chalk.white.bgRed.bold(data.payload));
135135
}
136136

137137
private parseSuccess(runs: IRun[]): boolean {

0 commit comments

Comments
 (0)