Closed chriskuech closed 5 years ago
The Format-Callstack example in example.ps1 does not print the date. I think $_.Date needs to be reassigned outside of the switch expression, just like the other variables. The unit tests for Format-Callstack should've caught this issue.
example.ps1
$_.Date
switch
The Format-Callstack example in
example.ps1
does not print the date. I think$_.Date
needs to be reassigned outside of theswitch
expression, just like the other variables. The unit tests for Format-Callstack should've caught this issue.