File tree 1 file changed +1
-5
lines changed
packages/angular/cli/src/commands/update
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export class UpdateCommandModule extends CommandModule<UpdateCommandArgs> {
130
130
alias : [ 'C' ] ,
131
131
default : false ,
132
132
} )
133
- . check ( ( { packages, next , 'allow-dirty' : allowDirty , 'migrate-only' : migrateOnly } ) => {
133
+ . check ( ( { packages, 'allow-dirty' : allowDirty , 'migrate-only' : migrateOnly } ) => {
134
134
const { logger } = this . context ;
135
135
136
136
// This allows the user to easily reset any changes from the update.
@@ -152,10 +152,6 @@ export class UpdateCommandModule extends CommandModule<UpdateCommandArgs> {
152
152
`A single package must be specified when using the 'migrate-only' option.` ,
153
153
) ;
154
154
}
155
-
156
- if ( next ) {
157
- logger . warn ( `'next' option has no effect when using 'migrate-only' option.` ) ;
158
- }
159
155
}
160
156
161
157
return true ;
You can’t perform that action at this time.
0 commit comments