Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrap the bus for hookLogger and tests
Wrapping the bus can allow us to inject onBus onto the logger which can help us prevent logs being created from there. That said, we still have the problem of having to either re-register those hooks each time, so we may want to instead update hookLogger to take function for getting the latest log rather than just a variable.
- Loading branch information