Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Nov 21, 2024
1 parent 54a7ef1 commit eb8f620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class WebSSH2Socket extends EventEmitter {
}

initializeConnection(creds) {
const self = this
// const self = this
debug(
`initializeConnection: ${this.socket.id}, INITIALIZING SSH CONNECTION: Host: ${creds.host}, creds: %O`,
maskSensitiveData(creds)
Expand Down Expand Up @@ -201,7 +201,7 @@ class WebSSH2Socket extends EventEmitter {
debug("end: SSH Stream ended")
})

stream.on("error", (err) => {
stream.on("error", err => {
debug("error: SSH Stream error %O", err)
})

Expand Down

0 comments on commit eb8f620

Please sign in to comment.