respect --error-output stderr on parallel mode

`MultiFormatter#print_exception` should respect `--error-output stderr`.
This commit is contained in:
Koichi Sasada 2024-06-14 03:44:08 +09:00
parent 0321f2c8fe
commit 420ef906bd

View File

@ -42,6 +42,6 @@ module MultiFormatter
end
def print_exception(exc, count)
print "\n#{count})\n#{exc}\n"
@err.print "\n#{count})\n#{exc}\n"
end
end