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: warnings with Write-Host and Write-Information
- Replaced `Write-Information` cmdlet to `Write-Host` cmdlet to resolve
the compatibility issue with older versions of Powershell
- Fixed the warning with `Write-Host` by using the `-f` format operator
to concatenate the string and the variable
These changes improve the performance and readability of the script.
0 commit comments