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 69c57c6 commit 6bb10daCopy full SHA for 6bb10da
src/cmd/post-list/post-pull-all.ts
@@ -71,7 +71,7 @@ export async function postPullAll() {
71
if (
72
path === undefined ||
73
!(await fsUtil.exists(path)) ||
74
- path.indexOf(WorkspaceCfg.getWorkspaceUri().path) < 0
+ path.indexOf(WorkspaceCfg.getWorkspaceUri().fsPath) < 0
75
) {
76
const uri = buildLocalPostFileUri(post, false)
77
const buf = Buffer.from(post.postBody)
0 commit comments