Skip to content

Commit b94557e

Browse files
committed
fix: ci
1 parent 56135e5 commit b94557e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/port/controller/package/DownloadPackageVersionTar.ts

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export class DownloadPackageVersionTarController extends AbstractController {
8080
let pkg;
8181
let packageVersion;
8282
try {
83+
pkg = await this.getPackageEntityByFullname(fullname, allowSync);
8384
packageVersion = await this.getPackageVersionEntity(pkg, version, allowSync);
8485
} catch (error) {
8586
if (this.config.cnpmcore.syncMode === SyncMode.proxy) {

0 commit comments

Comments
 (0)