We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 159a54d + 14d0953 commit 0fedefdCopy full SHA for 0fedefd
.circleci/config.yml
@@ -519,7 +519,8 @@ jobs:
519
runtime/org.freedesktop.Platform/x86_64/20.08 \
520
org.electronjs.Electron2.BaseApp/x86_64/20.08
521
522
- yarn --cwd redisinsight/api/ install
+ yarn --cwd redisinsight/api/ install --ignore-optional
523
+ yarn --cwd redisinsight/ install --ignore-optional
524
yarn install
525
yarn build:statics
526
no_output_timeout: 15m
redisinsight/api/src/modules/ssh/models/ssh-tunnel.ts
@@ -34,7 +34,6 @@ export class SshTunnel extends EventEmitter {
34
this.client?.end?.();
35
this.server?.removeAllListeners?.();
36
this.client?.removeAllListeners?.();
37
- this.emit('close');
38
this.removeAllListeners();
39
}
40
0 commit comments