Log level + onimportcss

Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c
This commit is contained in:
Jarred Sumner
2021-08-19 00:44:44 -07:00
parent 0ba399d8ed
commit c92c7beece
15 changed files with 3116 additions and 3176 deletions

View File

@@ -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);