mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
Lint pass.
This commit is contained in:
@@ -187,7 +187,7 @@ export class SFTPPanelComponent {
|
||||
|
||||
async uploadOneWithFolder (transfer: FileUpload): Promise<void> {
|
||||
const savedPath = this.path
|
||||
|
||||
|
||||
try {
|
||||
await this.sftp.stat(path.join(this.path, transfer.getRelativePath()))
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user