Skip to content

Commit e880733

Browse files
Update src/PowerShellEditorServices.Hosting/Commands/StartEditorServicesCommand.cs
Co-Authored-By: Tyler James Leonhardt <[email protected]>
1 parent b9c6263 commit e880733

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
@@ -280,7 +280,7 @@ private void StartLogging()
280280
_logger.Log(PsesLogLevel.Diagnostic, "Logging started");
281281
}
282282

283-
private static SetDistributionChannel()
283+
private static void SetDistributionChannel()
284284
{
285285
//Sets the distribution channel to PSES so starts can be distinguished in PS7+ telemetry
286286
Environment.SetEnvironmentVariable("POWERSHELL_DISTRIBUTION_CHANNEL", "PSES");

0 commit comments

Comments
 (0)