File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -410,8 +410,8 @@ function DownloadCefBinaryAndUnzip()
410410
411411 if (-not (Test-Path $LocalFile ))
412412 {
413- Write-Diagnostic " Download $Cef32FileName this will take a while as files are approx 200mb each "
414- $Client.DownloadFile ($CefBuildServerUrl + $Cef32FileName , $LocalFile );
413+ Write-Diagnostic " Downloading $Cef32FileName ; this will take a while as the file is approximately 200 MiB large. "
414+ $Client.DownloadFile ($CefBuildServerUrl + $Cef32FileName , $LocalFile );
415415 Write-Diagnostic " Download $Cef32FileName complete"
416416 }
417417
@@ -436,8 +436,8 @@ function DownloadCefBinaryAndUnzip()
436436 if (-not (Test-Path $LocalFile ))
437437 {
438438
439- Write-Diagnostic " Download $Cef64FileName this will take a while as files are approx 200mb each "
440- $Client.DownloadFile ($CefBuildServerUrl + $Cef64FileName , $LocalFile );
439+ Write-Diagnostic " Downloading $Cef64FileName ; this will take a while as the file is approximately 200 MiB large. "
440+ $Client.DownloadFile ($CefBuildServerUrl + $Cef64FileName , $LocalFile );
441441 Write-Diagnostic " Download $Cef64FileName complete"
442442 }
443443
You can’t perform that action at this time.
0 commit comments