Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 8, 2024
1 parent 443c098 commit a36cb34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Processes/ChildProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public static ChildProcess RunIn(string workingDirectory, string fileName, IEnum
.Run();
}

[SuppressMessage("", "CA1031")]
public void Kill(bool entireProcessTree = true)
{
try
Expand Down

0 comments on commit a36cb34

Please sign in to comment.