This commit is contained in:
crazywhalecc 2026-02-28 14:07:05 +08:00
parent 550f6cad60
commit 0a07f6b27c
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -364,7 +364,8 @@ class ArtifactDownloader
ArtifactDownloader::class => $this,
'old_version' => $info['version'],
]);
} throw new WrongUsageException("Artifact '{$artifact_name}' downloader does not support update checking, exit.");
}
throw new WrongUsageException("Artifact '{$artifact_name}' downloader does not support update checking, exit.");
}
public function getRetry(): int