Skip to content

Commit

Permalink
fix: prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 4, 2022
1 parent 93f436b commit 7e1e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/package-requester/src/packageRequester.ts
Expand Up @@ -561,7 +561,7 @@ Actual package in the store by the given integrity: ${pkgFilesIndex.name}@${pkgF
/* eslint-disable @typescript-eslint/no-floating-promises */
bundledManifest.promise
.then((manifest) => writeFilesIndexFile(filesIndexFile, {
pkg: manifest,
pkg: manifest ?? {},
files: integrity,
}))
.catch()
Expand Down

0 comments on commit 7e1e0b1

Please sign in to comment.