We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9751532 commit aa8b80cCopy full SHA for aa8b80c
packages/@angular/cli/utilities/stats.ts
@@ -45,7 +45,7 @@ export function statsToString(json: any, statsConfig: any) {
45
46
if (unchangedChunkNumber > 0) {
47
return rs(stripIndents`
48
- Date: ${w(new Date().toISOString())} • Hash: ${w(json.hash)} • Time: ${w('' + json.time)}ms
+ Date: ${w(new Date().toISOString())} - Hash: ${w(json.hash)} - Time: ${w('' + json.time)}ms
49
${unchangedChunkNumber} unchanged chunks
50
${changedChunksStats.join('\n')}
51
`);
0 commit comments