Skip to content

Commit aa8b80c

Browse files
TobiasSchultehansl
authored andcommitted
fix(@angular/cli): replaced bullet character due to unwanted beeping sounds on windows systems
1 parent 9751532 commit aa8b80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/@angular/cli/utilities/stats.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function statsToString(json: any, statsConfig: any) {
4545

4646
if (unchangedChunkNumber > 0) {
4747
return rs(stripIndents`
48-
Date: ${w(new Date().toISOString())} Hash: ${w(json.hash)} Time: ${w('' + json.time)}ms
48+
Date: ${w(new Date().toISOString())} - Hash: ${w(json.hash)} - Time: ${w('' + json.time)}ms
4949
${unchangedChunkNumber} unchanged chunks
5050
${changedChunksStats.join('\n')}
5151
`);

0 commit comments

Comments
 (0)