snitch
snitch copied to clipboard
Fix logging interference with worker and main thread
Fix #170
This fixes the problem because the warnings are sent to the print channel, which defers the logging until all todos are processed.
Before:

After:

As you can see it does not interfere with the output anymore like it does in the issue.
Where is this problem still reproducible?