chore: linting
This commit is contained in:
parent
54a7ef1af7
commit
eb8f6203bb
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ class WebSSH2Socket extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
initializeConnection(creds) {
|
initializeConnection(creds) {
|
||||||
const self = this
|
// const self = this
|
||||||
debug(
|
debug(
|
||||||
`initializeConnection: ${this.socket.id}, INITIALIZING SSH CONNECTION: Host: ${creds.host}, creds: %O`,
|
`initializeConnection: ${this.socket.id}, INITIALIZING SSH CONNECTION: Host: ${creds.host}, creds: %O`,
|
||||||
maskSensitiveData(creds)
|
maskSensitiveData(creds)
|
||||||
|
@ -201,7 +201,7 @@ class WebSSH2Socket extends EventEmitter {
|
||||||
debug("end: SSH Stream ended")
|
debug("end: SSH Stream ended")
|
||||||
})
|
})
|
||||||
|
|
||||||
stream.on("error", (err) => {
|
stream.on("error", err => {
|
||||||
debug("error: SSH Stream error %O", err)
|
debug("error: SSH Stream error %O", err)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue