diff options
Diffstat (limited to 'src/bundler.zig')
-rw-r--r-- | src/bundler.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bundler.zig b/src/bundler.zig index d36795d52..64982c822 100644 --- a/src/bundler.zig +++ b/src/bundler.zig @@ -133,6 +133,7 @@ pub const Bundler = struct { to.log = try allocator.create(logger.Log); to.log.* = logger.Log.init(allocator); to.setLog(to.log); + to.macro_context = null; } pub fn setLog(this: *ThisBundler, log: *logger.Log) void { |