We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4729397 commit 3b52fa4Copy full SHA for 3b52fa4
packages/angular_devkit/build_angular/src/protractor/index.ts
@@ -142,7 +142,7 @@ export class ProtractorBuilder implements Builder<ProtractorBuilderOptions> {
142
// process. To work around this we run it in a subprocess.
143
// https://github.com/angular/protractor/issues/4160
144
return runModuleAsObservableFork(
145
- root,
+ getSystemPath(root),
146
'protractor/built/launcher',
147
'init',
148
[
0 commit comments