buggood first issue
Metriche repository
- Star
- (5310 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.