mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
fix dotnets process group
This commit is contained in:
@@ -653,7 +653,7 @@ pub async fn start_child_process(
|
||||
use process_wrap::tokio::*;
|
||||
let mut cmd = TokioCommandWrap::from(cmd);
|
||||
|
||||
if !*DISABLE_PROCESS_GROUP {
|
||||
if !*DISABLE_PROCESS_GROUP || executable.starts_with("dotnet ") {
|
||||
#[cfg(unix)]
|
||||
{
|
||||
use process_wrap::tokio::ProcessGroup;
|
||||
|
||||
Reference in New Issue
Block a user