Lint pass.

This commit is contained in:
marko1616
2024-08-21 14:24:19 +08:00
parent deaa529c07
commit 89dd0773ee
3 changed files with 8 additions and 8 deletions

View File

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