Skip to content

Commit 35833e2

Browse files
authored
Merge pull request #232 from cnblogs/fix-image-file-path
fix: image file path
2 parents 3943fee + 46dd76c commit 35833e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/upload-img/upload-fs-img.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function uploadFsImage() {
1212
})
1313
if (uriList === undefined) return
1414

15-
const path = uriList[0].path
15+
const path = uriList[0].fsPath
1616

1717
return window.withProgress(
1818
{

0 commit comments

Comments
 (0)