We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3943fee commit 46dd76cCopy full SHA for 46dd76c
src/cmd/upload-img/upload-fs-img.ts
@@ -12,7 +12,7 @@ export async function uploadFsImage() {
12
})
13
if (uriList === undefined) return
14
15
- const path = uriList[0].path
+ const path = uriList[0].fsPath
16
17
return window.withProgress(
18
{
0 commit comments