buggood first issue
描述
Describe the bug
If a watched replica exits due to a non-zero exit code, Tye logs an error message but does not properly include the exit code.
To Reproduce
- Start a Tye application in "watch" mode.
- Kill one of the replica processes.
- Note
watch: Exited with error code Microsoft.Tye.ProcessResultmessage.
Further technical details
The bug is here; only the ExitCode property should be logged, not the whole ProcessResult.