Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(x86_64): fix
TraceSubscriber
emitting enter instead of exit (#296)
Currently, the `x86_64` `TraceSubscriber` incorrectly writes a duplicate `Enter` message to the serial port when a span is exited, instead of an `Exit` message. This commit fixes that. Fixes #290
- Loading branch information