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 authored and clydin committed May 29, 2018
1 parent a9310d1 commit 9245d52
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 9245d52

Please sign in to comment.