chore: linting

This commit is contained in:
Bill Church 2024-11-21 16:20:32 +00:00
parent 54a7ef1af7
commit eb8f6203bb
No known key found for this signature in database

View file

@ -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)
@ -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)
})