Files
swift-mirror/stdlib/public/runtime/Backtrace.cpp
Carl Peto 95d6d4384c [Backtracing] Fix color=tty to check the actual output.
The `color=tty` setting was checking `stdout` to see if it was a TTY, but
we may be using `stderr`, in which case it's easy to end up with coloured
output in a file we're redirecting to.  Fix it to check the selected
output instead.

rdar://164624364
2025-11-21 11:50:32 +00:00

41 KiB