fix(shell/lean): Flycheck doesn't ignore stderr
This commit is contained in:
parent
de2abf5d8c
commit
62671c8b6f
1 changed files with 2 additions and 1 deletions
|
|
@ -523,7 +523,8 @@ int main(int argc, char ** argv) {
|
|||
}
|
||||
}
|
||||
|
||||
display_cumulative_profiling_times(std::cerr);
|
||||
if (!json_output)
|
||||
display_cumulative_profiling_times(std::cerr);
|
||||
|
||||
if (!test_suite) {
|
||||
for (auto & mod : mods) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue