collabse stdout and stderr delta events into one (#1787)
This commit is contained in:
@@ -239,8 +239,7 @@ impl EventProcessor for EventProcessorWithHumanOutput {
|
||||
cwd.to_string_lossy(),
|
||||
);
|
||||
}
|
||||
EventMsg::ExecCommandStdoutDelta(_) => {}
|
||||
EventMsg::ExecCommandStderrDelta(_) => {}
|
||||
EventMsg::ExecCommandOutputDelta(_) => {}
|
||||
EventMsg::ExecCommandEnd(ExecCommandEndEvent {
|
||||
call_id,
|
||||
stdout,
|
||||
|
||||
Reference in New Issue
Block a user