There was an error while loading. Please reload this page.
1 parent fc7225d commit 0ef9ca2Copy full SHA for 0ef9ca2
src/fileSync.ts
@@ -106,7 +106,7 @@ export class FileSync {
106
//Determine Destination
107
if(typeof map.destination === "string"){
108
//Single Destination
109
-this.syncFile(file, vscode.Uri.file(map.destination + filePath))
+this.syncFile(file, vscode.Uri.file(map.destination + filePath));
110
111
} else if(Array.isArray(map.destination)){
112
//Multi Destination
0 commit comments