Skip to content

Commit be901d8

Browse files
committed
1 parent 5aaf15d commit be901d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/git/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function createModel(context: ExtensionContext, outputChannel: OutputChann
7474
new GitTimelineProvider(model)
7575
);
7676

77-
await checkGitVersion(info);
77+
checkGitVersion(info);
7878

7979
return model;
8080
}

0 commit comments

Comments
 (0)