Verbose message

This commit is contained in:
crazywhalecc 2026-02-04 15:14:57 +08:00
parent 08d20205a7
commit e2011e1c18
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -438,7 +438,7 @@ class ArtifactDownloader
break;
}
}
$vvv = !ApplicationContext::isDebug() ? "\nIf the problem persists, consider using `-vvv` to enable verbose mode, or disable parallel downloading for more details." : '';
$vvv = !ApplicationContext::isDebug() ? "\nIf the problem persists, consider using `-v`, `-vv` or `-vvv` to enable verbose mode, or disable parallel downloading for more details." : '';
throw new DownloaderException("Download artifact '{$artifact->getName()}' failed. Please check your internet connection and try again.{$vvv}");
}