Skip to content

Commit

Permalink
Update base-server.ts (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshayy authored Sep 6, 2023
1 parent ac56e32 commit 367a3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tunnel-server/src/ssh/base-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export const baseSshServer = (
.on('error', err => {
log.error('client error: %j', inspect(err))
preevySshClient?.emit('error', err)
client.end()
})
.on('session', accept => {
log.debug('session')
Expand Down

0 comments on commit 367a3e7

Please sign in to comment.