This reverts commit 66effde9f3
.
PR Close #36637
This commit is contained in:

committed by
Matias Niemelä

parent
1e4fb74ec8
commit
06a9809e32
@ -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();
|
||||
|
Reference in New Issue
Block a user