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
Out-File -Encoding utf8 can emit a BOM on certain PowerShell
configurations which corrupts the first variable name. Switch to
utf8NoBOM to guarantee BOM-less output.
0 commit comments