Skip to content

Commit 6a6c846

Browse files
authored
fix: Fixed windows network drive issues (#497)
fixes #466 #451 #494
1 parent 10ea32b commit 6a6c846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/historyView/itemLogProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class ItemLogProvider
130130
const repo = this.model.getRepository(uri);
131131
if (repo !== undefined) {
132132
try {
133-
const info = await repo.getInfo(uri.path);
133+
const info = await repo.getInfo(uri.fsPath);
134134
this.currentItem = {
135135
isComplete: false,
136136
entries: [],

0 commit comments

Comments
 (0)