Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Canceled
35293
4bcdfac4 fix(core): preserve FORCE_COLOR=0 intent for forked child tasks When FORCE_COLOR=0 is set in the environment, bin/nx.ts deletes it (workaround for picocolors treating '0' as truthy). However, task-env.ts and task-orchestrator.ts then default the undefined FORCE_COLOR to 'true' for all forked children, re-enabling ANSI colors. Save the original FORCE_COLOR value in NX_ORIGINAL_FORCE_COLOR before deleting, and consult it when building child process environments. Extract the logic into a shared getForceColorForChild() helper. Fixes #35292 Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8c4e-0d90-7126-b438-be77211ef603
by Charlie Croom
C
Canceled
35293
4bcdfac4 fix(core): preserve FORCE_COLOR=0 intent for forked child tasks When FORCE_COLOR=0 is set in the environment, bin/nx.ts deletes it (workaround for picocolors treating '0' as truthy). However, task-env.ts and task-orchestrator.ts then default the undefined FORCE_COLOR to 'true' for all forked children, re-enabling ANSI colors. Save the original FORCE_COLOR value in NX_ORIGINAL_FORCE_COLOR before deleting, and consult it when building child process environments. Extract the logic into a shared getForceColorForChild() helper. Fixes #35292 Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8c4e-0d90-7126-b438-be77211ef603
by Charlie Croom
C
Previous page
Previous
Next
Next page