Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Martincic committed Jun 13, 2023
1 parent 1a0696e commit 92e8989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/collect-wsl-logs.ps1
Original file line number Diff line number Diff line change
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 92e8989

Please sign in to comment.