File tree 1 file changed +3
-3
lines changed
packages/angular/cli/commands 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
171
171
) ;
172
172
173
173
for ( const migration of migrations ) {
174
- this . logger . info ( `${ colors . symbols . pointer } ${ migration . description . replace ( / \. / g, '.\n ' ) } ` ) ;
174
+ this . logger . info ( `${ colors . symbols . pointer } ${ migration . description . replace ( / \. / g, '.\n ' ) } ` ) ;
175
175
176
176
const result = await this . executeSchematic ( migration . collection . name , migration . name ) ;
177
177
if ( ! result . success ) {
@@ -182,7 +182,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
182
182
}
183
183
}
184
184
185
- this . logger . error ( `${ colors . symbols . cross } Migration failed. See above for further details.\n` ) ;
185
+ this . logger . error ( `${ colors . symbols . cross } Migration failed. See above for further details.\n` ) ;
186
186
187
187
return false ;
188
188
}
@@ -197,7 +197,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
197
197
this . createCommit ( message , [ ] ) ;
198
198
}
199
199
200
- this . logger . info ( colors . green ( `${ colors . symbols . check } Migration succeeded.\n` ) ) ;
200
+ this . logger . info ( colors . green ( `${ colors . symbols . check } Migration succeeded.\n` ) ) ;
201
201
}
202
202
203
203
return true ;
You can’t perform that action at this time.
0 commit comments