Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr committed Feb 27, 2025
1 parent 56135e5 commit b94557e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/port/controller/package/DownloadPackageVersionTar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class DownloadPackageVersionTarController extends AbstractController {
let pkg;
let packageVersion;
try {
pkg = await this.getPackageEntityByFullname(fullname, allowSync);
packageVersion = await this.getPackageVersionEntity(pkg, version, allowSync);
} catch (error) {
if (this.config.cnpmcore.syncMode === SyncMode.proxy) {
Expand Down

0 comments on commit b94557e

Please sign in to comment.