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