Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 10, 2024
1 parent 474524f commit 54d6112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/supervisor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ impl Supervisor {
}
}
});
// cmd.push("2>&1".to_string());
let args = vec!["-c".to_string(), cmd.join(" ")];
let log_path = env::PITCHFORK_LOGS_DIR
.join(&name)
Expand Down

0 comments on commit 54d6112

Please sign in to comment.