mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
For performance reasons, we spawn each linter in a separate OS thread. The downside of this is that all lints would end up in stdout without much visual separation, resulting in confusing error log. This commit introduce the `print_err` function, which shows which linter each line of lint is from.
901 B
901 B