Update Program.cs

pull/641/head
Buddhika Chathuranga 2020-08-10 09:53:38 +05:30
parent bad589878d
commit ad2b40df70
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace WinSW
bool inConsoleMode = argsArray.Length > 0; bool inConsoleMode = argsArray.Length > 0;
// If descriptor is not specified, initialize the new one (and load configs from there) // If descriptor is not specified, initialize the new one (and load configs from there)
descriptor = GetServiceDescriptor(); descriptor ??= GetServiceDescriptor();
// Configure the wrapper-internal logging. // Configure the wrapper-internal logging.
// STDOUT and STDERR of the child process will be handled independently. // STDOUT and STDERR of the child process will be handled independently.