Files
neo773 e7d15f85db Stream nx task output so a killed task still prints its stack (#25560)
Nx buffers task output into an internal stream by default, so a task
that gets killed takes its buffer with it. The job log ends on whatever
last happened to flush and the crash is never printed — an integration
shard currently exits 1 after 18 passing suites with no summary, no
failing test and no stack trace.

`--outputStyle=stream` is nx's own flag for this: "nx by default logs
output to an internal output stream, enable this option to stream logs
to stdout / stderr".
2026-09-07 16:37:09 +00:00
..