Out-Minidump now provides descriptive output
Out-Minidump now outputs a FileInfo object (i.e. the same output as Get-ChildItem) upon successfully creating a dump file.
This commit is contained in:
parent
ba33613413
commit
d67e71bf2d
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
.OUTPUTS
|
.OUTPUTS
|
||||||
|
|
||||||
None
|
System.IO.FileInfo
|
||||||
|
|
||||||
.LINK
|
.LINK
|
||||||
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Write-Verbose "Success! Minidump written to $ProcessDumpPath."
|
Get-ChildItem $ProcessDumpPath
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue