Add a newline after banners (#1277)

Add a newline after banners
This commit is contained in:
Eugene 2019-07-21 09:46:39 +02:00 committed by GitHub
commit a4c98db69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ export class SSHService {
}) })
ssh.on('banner', banner => { ssh.on('banner', banner => {
log('Banner: ' + banner) log('Banner: \n' + banner)
}) })
let agent: string = null let agent: string = null