mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-10 02:21:50 +00:00
bumped eslint
This commit is contained in:
@@ -98,7 +98,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
|
||||
const jumpSession = await this.setupOneSession(
|
||||
this.injector,
|
||||
this.profilesService.getConfigProxyForProfile(jumpConnection)
|
||||
this.profilesService.getConfigProxyForProfile(jumpConnection),
|
||||
)
|
||||
|
||||
jumpSession.ref()
|
||||
@@ -118,7 +118,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
return
|
||||
}
|
||||
resolve(stream)
|
||||
}
|
||||
},
|
||||
))
|
||||
}
|
||||
}
|
||||
@@ -252,7 +252,7 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
],
|
||||
defaultId: 0,
|
||||
cancelId: 1,
|
||||
}
|
||||
},
|
||||
)).response === 0
|
||||
}
|
||||
|
||||
|
@@ -75,4 +75,4 @@ export default class SSHModule { }
|
||||
|
||||
export * from './api'
|
||||
export { SFTPFile, SFTPSession } from './session/sftp'
|
||||
export { SFTPPanelComponent, SFTPContextMenuItemProvider }
|
||||
export { SFTPPanelComponent }
|
||||
|
@@ -554,7 +554,7 @@ export class SSHSession {
|
||||
socket.on('close', () => {
|
||||
stream.close()
|
||||
})
|
||||
}
|
||||
},
|
||||
)
|
||||
}).then(() => {
|
||||
this.emitServiceMessage(colors.bgGreen.black(' -> ') + ` Forwarded ${fw}`)
|
||||
|
Reference in New Issue
Block a user