File tree 3 files changed +3
-3
lines changed
angular_devkit/schematics_cli/bin
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
100
100
this . logger . error ( `ERROR! ${ eventPath } ${ desc } .` ) ;
101
101
break ;
102
102
case 'update' :
103
- logs . push ( `${ colors . whiteBright ( 'UPDATE' ) } ${ eventPath } (${ event . content . length } bytes)` ) ;
103
+ logs . push ( `${ colors . cyan ( 'UPDATE' ) } ${ eventPath } (${ event . content . length } bytes)` ) ;
104
104
files . add ( eventPath ) ;
105
105
break ;
106
106
case 'create' :
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ export abstract class SchematicCommand<
501
501
break ;
502
502
case 'update' :
503
503
loggingQueue . push ( tags . oneLine `
504
- ${ colors . white ( 'UPDATE' ) } ${ eventPath } (${ event . content . length } bytes)
504
+ ${ colors . cyan ( 'UPDATE' ) } ${ eventPath } (${ event . content . length } bytes)
505
505
` ) ;
506
506
break ;
507
507
case 'create' :
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ export async function main({
217
217
break ;
218
218
case 'update' :
219
219
loggingQueue . push ( tags . oneLine `
220
- ${ colors . white ( 'UPDATE' ) } ${ eventPath } (${ event . content . length } bytes)
220
+ ${ colors . cyan ( 'UPDATE' ) } ${ eventPath } (${ event . content . length } bytes)
221
221
` ) ;
222
222
break ;
223
223
case 'create' :
You can’t perform that action at this time.
0 commit comments