You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PS 5.1 compat: robust copy, typed arrays, no ternary
- Replace Copy-Item glob with Get-ChildItem pipe (more reliable in PS 5.1)
- Use [string[]] typed arrays for and
- Replace ternary-style if expression with if/else block (PS 5.1 compat)
- Replace em-dash with ASCII dash in warnings (encoding safety)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments