Set ProgressPreference to Silent in win32.ps1

This commit is contained in:
Shivam Mathur 2019-12-18 18:52:46 +05:30
parent 2d3750b36e
commit 922f1e27b8
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -5,6 +5,7 @@ param (
$tick = ([char]8730)
$cross = ([char]10007)
$php_dir = 'C:\tools\php'
$ProgressPreference = 'SilentlyContinue'
Function Step-Log($message) {
printf "\n\033[90;1m==> \033[0m\033[37;1m%s \033[0m\n" $message