Skip to content

Commit 6f2dd85

Browse files
committed
fixes #71
1 parent 766a1eb commit 6f2dd85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/repository.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ export class Repository {
220220
} catch (error) {
221221
if (/E195012/.test(error)) {
222222
window.showErrorMessage(
223-
"Path '.' does not share common version control ancestry with the requested switch location."
223+
`Path '${
224+
this.workspaceRoot
225+
}' does not share common version control ancestry with the requested switch location.`
224226
);
225227
return;
226228
}

0 commit comments

Comments
 (0)