diff options
author | 2023-09-11 17:19:21 -0700 | |
---|---|---|
committer | 2023-09-11 17:19:21 -0700 | |
commit | ca461f9e83b2c692442bb7e20c2f9e3670d2ef6a (patch) | |
tree | 5128e56522c5c309ba6885648622e354c45a2e31 /src/install/lockfile.zig | |
parent | 9c4765f6167967f42afec3ce521776cafa9037ec (diff) | |
download | bun-ca461f9e83b2c692442bb7e20c2f9e3670d2ef6a.tar.gz bun-ca461f9e83b2c692442bb7e20c2f9e3670d2ef6a.tar.zst bun-ca461f9e83b2c692442bb7e20c2f9e3670d2ef6a.zip |
fix loading env from `.env.production` and friends (#4630)
* reload conditional vars
* test
* change `get` and `put` methods
* dont clone empty env variables
Diffstat (limited to 'src/install/lockfile.zig')
-rw-r--r-- | src/install/lockfile.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/lockfile.zig b/src/install/lockfile.zig index 0b5e0d7bc..a9bee2d27 100644 --- a/src/install/lockfile.zig +++ b/src/install/lockfile.zig @@ -983,7 +983,7 @@ pub const Printer = struct { }; env_loader.loadProcess(); - try env_loader.load(&fs.fs, entries_option.entries, .production); + try env_loader.load(entries_option.entries, .production); var log = logger.Log.init(allocator); try options.load( allocator, |