Skip to content

Commit d75a899

Browse files
committed
spacing around comma
1 parent f3b9090 commit d75a899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export class OmniSharpServer {
310310
let launchInfo: LaunchInfo;
311311
try {
312312
let extensionPath = utils.getExtensionPath();
313-
launchInfo = await this._omnisharpManager.GetOmniSharpLaunchInfo(this.packageJSON.defaults.omniSharp,this._options.path, serverUrl, latestVersionFileServerPath, installPath, extensionPath);
313+
launchInfo = await this._omnisharpManager.GetOmniSharpLaunchInfo(this.packageJSON.defaults.omniSharp, this._options.path, serverUrl, latestVersionFileServerPath, installPath, extensionPath);
314314
}
315315
catch (error) {
316316
this.eventStream.post(new ObservableEvents.OmnisharpFailure(`Error occured in loading omnisharp from omnisharp.path\nCould not start the server due to ${error.toString()}`, error));

0 commit comments

Comments
 (0)