We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31abb81 commit 5016843Copy full SHA for 5016843
packages/angular_devkit/build_angular/src/protractor/index.ts
@@ -135,7 +135,7 @@ export class ProtractorBuilder implements Builder<ProtractorBuilderOptions> {
135
}
136
137
// run `webdriver-manager update --standalone false --gecko false --quiet`
138
- // if you change this, update the command comment in prev line, and in `eject` task
+ // if you change this, update the command comment in prev line
139
return from(webdriverUpdate.program.run({
140
standalone: false,
141
gecko: false,
0 commit comments