mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 22:32:06 +00:00
feat(ENG-21362): Environment Variables Store (#23930)
This commit is contained in:
@@ -2037,7 +2037,7 @@ fn dumpSourceString(vm: *VirtualMachine, specifier: string, written: []const u8)
|
||||
|
||||
fn dumpSourceStringFailiable(vm: *VirtualMachine, specifier: string, written: []const u8) !void {
|
||||
if (!Environment.isDebug) return;
|
||||
if (bun.getRuntimeFeatureFlag(.BUN_DEBUG_NO_DUMP)) return;
|
||||
if (bun.feature_flag.BUN_DEBUG_NO_DUMP.get()) return;
|
||||
|
||||
const BunDebugHolder = struct {
|
||||
pub var dir: ?std.fs.Dir = null;
|
||||
|
||||
Reference in New Issue
Block a user