mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Log level + onimportcss
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c
This commit is contained in:
@@ -294,6 +294,7 @@ pub const VirtualMachine = struct {
|
||||
log = __log;
|
||||
} else {
|
||||
log = try allocator.create(logger.Log);
|
||||
log.* = logger.Log.init(allocator);
|
||||
}
|
||||
|
||||
VirtualMachine.vm = try allocator.create(VirtualMachine);
|
||||
|
||||
Reference in New Issue
Block a user