Skip to content

Commit 35f1c86

Browse files
committed
fix compile error
1 parent 0ed3e19 commit 35f1c86

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
@@ -53,7 +53,7 @@ async function init(context: ExtensionContext, outputChannel: OutputChannel, dis
5353
new CommandCenter(git, model, outputChannel, telemetryReporter),
5454
new GitContentProvider(model),
5555
new GitDecorations(model),
56-
new GitProtocolHandler(model)
56+
new GitProtocolHandler()
5757
);
5858

5959
await checkGitVersion(info);

0 commit comments

Comments
 (0)