mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +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.
3.8 KiB
Executable File
3.8 KiB
Executable File