diff --git a/diagnostics/collect-wsl-logs.ps1 b/diagnostics/collect-wsl-logs.ps1 index 041fef4d..c1835627 100644 --- a/diagnostics/collect-wsl-logs.ps1 +++ b/diagnostics/collect-wsl-logs.ps1 @@ -117,7 +117,7 @@ if ($Dump) $Result = $DumpMethod.Invoke($null, @($process.Handle, $process.id, $OutputFile.SafeFileHandle, - [UInt32] 2 + [UInt32] 2, [IntPtr]::Zero, [IntPtr]::Zero, [IntPtr]::Zero))