diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/install/lockfile.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/install/lockfile.zig b/src/install/lockfile.zig index c0617d215..be56f56f1 100644 --- a/src/install/lockfile.zig +++ b/src/install/lockfile.zig @@ -2730,8 +2730,6 @@ pub const Package = extern struct { defer workspace_allocator.free(workspace_bytes); const workspace_source = logger.Source.initPathString(path, workspace_bytes); - initializeStore(); - var workspace_json = try json_parser.PackageJSONVersionChecker.init(allocator, &workspace_source, log); _ = try workspace_json.parseExpr(); |