Add missing comma

Peter Martincic committed Jun 13, 2023 at 15:08 UTC 92e8989fc2d415b31a741f3f1869866d041102a1
1 file changed +1 -1
diagnostics/collect-wsl-logs.ps1
+1 -1
@@ -117,7 +117,7 @@ if ($Dump)
117 $Result = $DumpMethod.Invoke($null, @($process.Handle,
118 $process.id,
119 $OutputFile.SafeFileHandle,
120 - [UInt32] 2
120 + [UInt32] 2,
121 [IntPtr]::Zero,
122 [IntPtr]::Zero,
123 [IntPtr]::Zero))