Skip to content

Commit 056dafe

Browse files
committed
fix: Fix undefined watcher
1 parent 7fa8bf6 commit 056dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/treeData/RemoteFsTreeDataProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class RemoteFsTreeDataProvider implements TreeDataProvider<FileLink> {
111111
window.showInformationMessage(
112112
`Beginning initial upload of ${srcPath} to ${destPath}...`
113113
);
114-
let { data: watcher } = watch(
114+
const watcher = watch(
115115
accountId!,
116116
srcPath,
117117
destPath,

0 commit comments

Comments
 (0)