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.
2 parents 3943fee + 46dd76c commit 35833e2Copy full SHA for 35833e2
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