We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1e84a2 + 41e6534 commit a3d9723Copy full SHA for a3d9723
2 files changed
src/commands/run/RunProcess.cpp
@@ -768,7 +768,7 @@ namespace vix::commands::RunCommand::detail
768
::setpgid(pid, pid);
769
770
const bool useSpinner = !spinnerLabel.empty();
771
- const bool captureOnly = (!passthroughRuntime && spinnerLabel.empty());
+ const bool captureOnly = false;
772
bool spinnerActive = useSpinner;
773
std::size_t frameIndex = 0;
774
src/commands/run/RunScript.cpp
@@ -643,7 +643,7 @@ namespace vix::commands::RunCommand::detail
643
644
auto rr = run_cmd_live_filtered_capture(
645
cmdRun,
646
- runLabel,
+ "",
647
/*passthroughRuntime=*/isPlainScript,
648
/*timeoutSec=*/effective_timeout_sec(opt));
649
0 commit comments