From 3cfc12a2ca5e7d5f6a9c64ddfda025d7599ec8d8 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 7 Nov 2020 00:13:31 -0700 Subject: Unmute some more outputs, document the remaining mutes --- src/utils/push.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/push.rs b/src/utils/push.rs index 16bf8e7..d52fbbe 100644 --- a/src/utils/push.rs +++ b/src/utils/push.rs @@ -75,6 +75,7 @@ pub async fn push_profile( }; let build_exit_status = build_command + // Logging should be in stderr, this just stops the store path from printing for no reason .stdout(Stdio::null()) .status() .await @@ -100,8 +101,6 @@ pub async fn push_profile( .arg(&super::deploy_path_to_activate_path_str( &deploy_defs.current_exe, )?) - .stdout(Stdio::null()) - .stderr(Stdio::null()) .status() .await .map_err(PushProfileError::SignError)?; -- cgit v1.2.3