chore: formatting

This commit is contained in:
Bill Church 2024-08-18 13:02:57 +00:00
parent b5ee677ac6
commit 589f12b72c
No known key found for this signature in database

View file

@ -288,7 +288,7 @@ module.exports = function (io, config) {
var allowReplay = config.options.allowReplay || false var allowReplay = config.options.allowReplay || false
if (allowReplay && ssh.stream) { if (allowReplay && ssh.stream) {
debug("replayCredentials: Replaying credentials for " + socket.id) debug(`replayCredentials: ${socket.id} Replaying credentials for `)
ssh.stream.write(password + "\n") ssh.stream.write(password + "\n")
} else { } else {
console.warn( console.warn(