Trim irrelevant mac warning (#186)

This commit is contained in:
Ana Hobden 2023-01-13 13:03:48 -08:00 committed by GitHub
parent f1df7ed432
commit 10c6cfac7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,8 @@ impl Action for SetupDefaultProfile {
load_db_command.process_group(0);
load_db_command.arg("--load-db");
load_db_command.stdin(std::process::Stdio::piped());
load_db_command.stdout(std::process::Stdio::piped());
load_db_command.stderr(std::process::Stdio::piped());
load_db_command.env(
"HOME",
dirs::home_dir().ok_or_else(|| {