Skip to content

Commit 8b281ae

Browse files
committed
fix remaining conflict
1 parent 0938098 commit 8b281ae

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/shared/fs

1 file changed

+1
-1
lines changed

packages/core/src/shared/fs/fs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export class FileSystem {
367367
*/
368368
async chmod(uri: vscode.Uri | string, mode: number): Promise<void> {
369369
if (!this.isWeb) {
370-
const path = this.#toUri(uri)
370+
const path = toUri(uri)
371371
await chmod(path.fsPath, mode)
372372
}
373373
}

0 commit comments

Comments
 (0)