Skip to content

Commit 3b52fa4

Browse files
filipesilvahansl
authored andcommitted
fix(@angular-devkit/build-angular): resolve project root for fork process
Fix #13113
1 parent 4729397 commit 3b52fa4

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/protractor

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/protractor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class ProtractorBuilder implements Builder<ProtractorBuilderOptions> {
142142
// process. To work around this we run it in a subprocess.
143143
// https://github.com/angular/protractor/issues/4160
144144
return runModuleAsObservableFork(
145-
root,
145+
getSystemPath(root),
146146
'protractor/built/launcher',
147147
'init',
148148
[

0 commit comments

Comments
 (0)