fix compile error

This commit is contained in:
Joao Moreno
2018-04-23 16:30:17 +02:00
parent 0ed3e197c7
commit 35f1c86f16

View File

@@ -53,7 +53,7 @@ async function init(context: ExtensionContext, outputChannel: OutputChannel, dis
new CommandCenter(git, model, outputChannel, telemetryReporter),
new GitContentProvider(model),
new GitDecorations(model),
new GitProtocolHandler(model)
new GitProtocolHandler()
);
await checkGitVersion(info);