Skip to content

Commit 6b56459

Browse files
author
Artem
committed
#Ri-4131 fix call stack exceeded
1 parent 159a54d commit 6b56459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/api/src/modules/ssh/models/ssh-tunnel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class SshTunnel extends EventEmitter {
3434
this.client?.end?.();
3535
this.server?.removeAllListeners?.();
3636
this.client?.removeAllListeners?.();
37-
this.emit('close');
3837
this.removeAllListeners();
3938
}
4039

0 commit comments

Comments
 (0)