Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
fix(@angular-devkit/build-angular): add teardown logic to runModuleAs…
Browse files Browse the repository at this point in the history
…ObservableFork
  • Loading branch information
filipesilva committed May 24, 2018
1 parent cb006e5 commit 0ff65a6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@ export function runModuleAsObservableFork(
exportName,
args,
});

// Teardown logic. When unsubscribing, kill the forked process.
return killForkedProcess;
});
}

0 comments on commit 0ff65a6

Please sign in to comment.