skip temporary --get-ready

This commit is contained in:
Nacho Codoñer
2025-12-08 15:50:48 +01:00
committed by italo jose
parent c9086753a1
commit fef3b65db5

View File

@@ -35,7 +35,7 @@ while ($attempt -gt 0 -and -not $success) {
# By redirecting error to host, we avoid a shocking/false error color,
# since --get-ready and --version can print (anything) to STDERR and
# PowerShell will interpret that as something being terribly wrong.
& "$meteorBat" --get-ready
# & "$meteorBat" --get-ready
If ($LASTEXITCODE -eq 0) {
$success = $true