Revert "fix(ngcc): do not spawn unlocker processes on cluster workers (#36569)" (#36637)

This reverts commit 66effde9f3.

PR Close #36637
This commit is contained in:
Pete Bacon Darwin
2020-04-16 09:39:28 +01:00
committed by Matias Niemelä
parent 1e4fb74ec8
commit 06a9809e32
4 changed files with 2 additions and 133 deletions

View File

@ -78,7 +78,7 @@ export class LockFileWithChildProcess implements LockFile {
}
}
protected createUnlocker(path: AbsoluteFsPath): ChildProcess|null {
protected createUnlocker(path: AbsoluteFsPath): ChildProcess {
this.logger.debug('Forking unlocker child-process');
const logLevel =
this.logger.level !== undefined ? this.logger.level.toString() : LogLevel.info.toString();