mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
lint
This commit is contained in:
@@ -44,7 +44,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
this.session = new SSHSession(this.connection)
|
||||
this.attachSessionHandlers()
|
||||
this.write(`Connecting to ${this.connection.host}`)
|
||||
let interval = setInterval(() => this.write('.'), 500)
|
||||
const interval = setInterval(() => this.write('.'), 500)
|
||||
try {
|
||||
await this.ssh.connectSession(this.session, message => {
|
||||
this.write('\r\n' + message)
|
||||
|
||||
Reference in New Issue
Block a user