chore: formatting
This commit is contained in:
parent
b5ee677ac6
commit
589f12b72c
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ module.exports = function (io, config) {
|
|||
var allowReplay = config.options.allowReplay || false
|
||||
|
||||
if (allowReplay && ssh.stream) {
|
||||
debug("replayCredentials: Replaying credentials for " + socket.id)
|
||||
debug(`replayCredentials: ${socket.id} Replaying credentials for `)
|
||||
ssh.stream.write(password + "\n")
|
||||
} else {
|
||||
console.warn(
|
||||
|
|
Loading…
Reference in a new issue