Skip to content

Commit

Permalink
Merge pull request #10193 from microsoft/user/pmartincic/fixComma
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
pmartincic committed Jun 13, 2023
2 parents 1a0696e + 92e8989 commit 73fde8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/collect-wsl-logs.ps1
Expand Up @@ -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))
Expand Down

0 comments on commit 73fde8b

Please sign in to comment.