un-comment sort
This commit is contained in:
parent
1f1070b90c
commit
cd41376c22
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ pub fn run(command: &mut Command) -> CmdOutput {
|
|||
|
||||
let mut lines = stdout_rx.into_iter().collect::<Vec<Line>>();
|
||||
lines.append(&mut stderr_rx.into_iter().collect::<Vec<Line>>());
|
||||
//lines.sort();
|
||||
lines.sort();
|
||||
|
||||
return CmdOutput {
|
||||
lines: Some(lines),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue