mirror of
https://github.com/twentyhq/twenty.git
synced 2026-09-16 07:56:04 -04:00
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".