Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): resolve project root for fork pro…
Browse files Browse the repository at this point in the history
…cess

Fix #13113
  • Loading branch information
filipesilva authored and hansl committed Dec 26, 2018
1 parent 4729397 commit 3b52fa4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -142,7 +142,7 @@ export class ProtractorBuilder implements Builder<ProtractorBuilderOptions> {
// process. To work around this we run it in a subprocess.
// https://github.com/angular/protractor/issues/4160
return runModuleAsObservableFork(
root,
getSystemPath(root),
'protractor/built/launcher',
'init',
[
Expand Down

0 comments on commit 3b52fa4

Please sign in to comment.