diff options
Diffstat (limited to 'src/main_wasm.zig')
-rw-r--r-- | src/main_wasm.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_wasm.zig b/src/main_wasm.zig index d5e665141..510e92b38 100644 --- a/src/main_wasm.zig +++ b/src/main_wasm.zig @@ -2,7 +2,7 @@ const JSParser = @import("./js_parser/js_parser.zig"); const JSPrinter = @import("./js_printer.zig"); const JSAst = @import("./js_ast.zig"); const Api = @import("./api/schema.zig").Api; -const Logger = @import("bun").logger +const Logger = @import("bun").logger; const global = @import("bun"); const default_allocator = global.default_allocator; const std = @import("std"); |