Skip to content

Commit

Permalink
correct upercases
Browse files Browse the repository at this point in the history
  • Loading branch information
LeilaZarban committed Mar 21, 2024
1 parent b0ccf3d commit b411d12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fiskaltrust.Launcher/ProcessHost/ProcessHostMonarch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ private void Setup()
_process.OutputDataReceived += ReceiveStdOut;
_process.ErrorDataReceived += ReceiveStdOut;

// if (Debugger.IsAttached && _packageType == PackageType.Helper)
// {
// _process.StartInfo.Arguments += " --debugging";
// }
//if (Debugger.IsAttached && _packageType == PackageType.Queue)
//{
// _process.StartInfo.Arguments += " --debugging";
//}
}

private void ReceiveStdOut(object sender, DataReceivedEventArgs e)
Expand Down

0 comments on commit b411d12

Please sign in to comment.