Merge remote-tracking branch 'origin/fibers-optional-no-tla-pkgs' into fibers-optional-no-tla-pkgs

This commit is contained in:
Edimar Cardoso
2022-12-06 21:36:31 -03:00

View File

@@ -1329,7 +1329,7 @@ export class PackageSourceBatch {
meteorPackageInstalls.join(""),
"utf8"
);
const fileHash = sha1(fileData);
const fileHash = sha1(bufferData);
// The getter's from file (file.data and file.hash) are async, unfortunately.
// That's why we need the Object.assign here.