Skip to content

Commit

Permalink
Spawing: cover windwos use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Apr 17, 2024
1 parent cc09832 commit 75358d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/apps/indexer/sources/src/command/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ impl ProcessSource {
.stdout(Stdio::piped())
.stderr(Stdio::piped())
.stdin(Stdio::piped())
.kill_on_drop(true)
.spawn()
.map_err(|e| ProcessError::Setup(format!("{e}")))
}
Expand Down

0 comments on commit 75358d1

Please sign in to comment.