File tree 1 file changed +3
-4
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/utilities 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,15 @@ export function statsToString(json: any, statsConfig: any) {
50
50
51
51
if ( unchangedChunkNumber > 0 ) {
52
52
return '\n' + rs ( tags . stripIndents `
53
- Date: ${ w ( new Date ( ) . toISOString ( ) ) } - Hash: ${ w ( json . hash ) } - Time: ${ w ( '' + json . time ) } ms
53
+ Date: ${ w ( new Date ( ) . toISOString ( ) ) } - Hash: ${ w ( json . hash ) }
54
54
${ unchangedChunkNumber } unchanged chunks
55
55
${ changedChunksStats . join ( '\n' ) }
56
+ Time: ${ w ( '' + json . time ) } ms
56
57
` ) ;
57
58
} else {
58
59
return '\n' + rs ( tags . stripIndents `
59
- Date: ${ w ( new Date ( ) . toISOString ( ) ) }
60
- Hash: ${ w ( json . hash ) }
61
- Time: ${ w ( '' + json . time ) } ms
62
60
${ changedChunksStats . join ( '\n' ) }
61
+ Date: ${ w ( new Date ( ) . toISOString ( ) ) } - Hash: ${ w ( json . hash ) } - Time: ${ w ( '' + json . time ) } ms
63
62
` ) ;
64
63
}
65
64
}
You can’t perform that action at this time.
0 commit comments