buggood first issue
Métriques du dépôt
- Stars
- (5 310 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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.