microsoft / Requirements

PowerShell framework for declaratively defining and idempotently imposing system configurations
MIT License
159 stars 26 forks source link

Format-Callstack not printing dates #11

Closed chriskuech closed 5 years ago

chriskuech commented 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.