Skip to content

Commit ae44561

Browse files
committed
🆙 bump version to fix zombie daemon
1 parent 1f6159f commit ae44561

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"displayName": "Gitpod",
44
"description": "Gitpod Support",
55
"publisher": "gitpod",
6-
"version": "0.0.101",
7-
"daemonVersion": "0.0.2",
6+
"version": "0.0.102",
7+
"daemonVersion": "0.0.3",
88
"license": "MIT",
99
"icon": "resources/gitpod.png",
1010
"repository": {

src/local-ssh/ipc/localssh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export class LocalSSHServiceImpl implements LocalSSHServiceImplementation {
7575
}, 10000);
7676
} else if (this.exitCancel) {
7777
clearTimeout(this.exitCancel);
78+
this.exitCancel = undefined;
7879
}
7980
}, 1000);
8081
}

0 commit comments

Comments
 (0)