feat: combine stdout and stderr into one stream
modified src/bin/run_log.rs
@@ -28,7 +28,6 @@ fn main() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -37,7 +36,6 @@ fn main() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/run.rs
@@ -207,9 +207,11 @@ impl Run {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -222,7 +224,6 @@ impl Run {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/runlog.rs
@@ -82,7 +82,6 @@ impl RunLog {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -94,7 +93,6 @@ impl RunLog {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -217,7 +215,6 @@ struct Command {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -267,8 +264,7 @@ impl Command {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|