Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 61b2d77

Browse files
committed
Fix console not released when only 1 CLI instance is running
1 parent 688c5ad commit 61b2d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cancellation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CancellationService implements ICancellationService {
5555
}
5656

5757
public dispose(): void {
58-
_(this.watches).keys().each(name => this.end(name)).values();
58+
_(this.watches).keys().each(name => this.end(name)).value();
5959
}
6060

6161
private static get killSwitchDir(): string {

0 commit comments

Comments
 (0)