aboutsummaryrefslogtreecommitdiff
path: root/src/install/migration.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/migration.zig')
-rw-r--r--src/install/migration.zig1
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,