mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge remote-tracking branch 'origin/fibers-optional-no-tla-pkgs' into fibers-optional-no-tla-pkgs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user