diff options
author | 2023-10-17 17:51:05 -0700 | |
---|---|---|
committer | 2023-10-17 17:51:05 -0700 | |
commit | 9584e60002c3fa23ec537cf0c682714add7bd796 (patch) | |
tree | 64f0200e0a40d51c479f16983a83351ae6b32f64 /src/install/migration.zig | |
parent | 1373a2351dbbc17e6baf381a95bd373fd14eb57f (diff) | |
parent | e731eff3824d9649522c87941c84a83c09c49ca3 (diff) | |
download | bun-postinstall_3.tar.gz bun-postinstall_3.tar.zst bun-postinstall_3.zip |
Merge branch 'main' into postinstall_3postinstall_3
Diffstat (limited to 'src/install/migration.zig')
-rw-r--r-- | src/install/migration.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install/migration.zig b/src/install/migration.zig index d74be7265..6e32c0e5e 100644 --- a/src/install/migration.zig +++ b/src/install/migration.zig @@ -636,6 +636,7 @@ pub fn migrateNPMLockfile(this: *Lockfile, allocator: Allocator, log: *logger.Lo const version = Dependency.parse( this.allocator, dep_name, + name_hash, sliced.slice, &sliced, log, |