nx
nx copied to clipboard
fix(core): show the correct content in the tui terminal pane for skipped tasks
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.
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).