Skip to content

Commit b9c6263

Browse files
authored
Update StartEditorServicesCommand.cs
1 parent 1f89432 commit b9c6263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public sealed class StartEditorServicesCommand : PSCmdlet
3838

3939
public StartEditorServicesCommand()
4040
{
41+
SetDistributionChannel();
4142
_disposableResources = new List<IDisposable>();
4243
_loggerUnsubscribers = new List<IDisposable>();
43-
SetDistributionChannel();
4444
}
4545

4646
/// <summary>

0 commit comments

Comments
 (0)