Skip to content

Commit 6b8febc

Browse files
committed
update BootstrapCommand default output mode
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7314873 commit 6b8febc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/exec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl<'a> From<&'a mut Command> for BootstrapCommand<'a> {
5454
Self {
5555
command,
5656
failure_behavior: BehaviorOnFailure::Exit,
57-
output_mode: OutputMode::SuppressOnSuccess,
57+
output_mode: OutputMode::PrintAll,
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)