diff --git a/Frends.PowerShell.RunCommand/Frends.PowerShell.RunCommand/PowerShell.cs b/Frends.PowerShell.RunCommand/Frends.PowerShell.RunCommand/PowerShell.cs index 45d000e..79434d3 100644 --- a/Frends.PowerShell.RunCommand/Frends.PowerShell.RunCommand/PowerShell.cs +++ b/Frends.PowerShell.RunCommand/Frends.PowerShell.RunCommand/PowerShell.cs @@ -66,7 +66,7 @@ private static PowerShellResult ExecuteProcess(string scriptPath, PowerShellPara { List results = new(); List errors = new(); - + using Process process = new(); process.StartInfo = new() {