1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-05 00:41:55 +00:00

Add a newline after banners ()

Add a newline after banners
This commit is contained in:
Eugene
2019-07-21 09:46:39 +02:00
committed by GitHub

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