nx icon indicating copy to clipboard operation
nx copied to clipboard

fix(core): show the correct content in the tui terminal pane for skipped tasks

Open leosvelperez opened this issue 4 months ago • 2 comments

Current Behavior

When a task is skipped (e.g. some dep(s) failed), the terminal pane is completely empty. If you navigate to another task and see its output and navigate back to the skipped task, then you see the correct title and borders but the output is wrong: it shows the output of the previous task.

image

image

Expected Behavior

The TUI terminal pane should be correctly rendered for skipped tasks. It should correctly show the title, border and content (Task was skipped).

image

leosvelperez avatar Jun 12 '25 15:06 leosvelperez