From 92e8989fc2d415b31a741f3f1869866d041102a1 Mon Sep 17 00:00:00 2001 From: Peter Martincic Date: Tue, 13 Jun 2023 15:08:09 -0700 Subject: [PATCH] Add missing comma --- diagnostics/collect-wsl-logs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))