use internal logger instead of std.log

This commit is contained in:
Pierre Tachoire
2025-08-08 16:21:23 +02:00
parent fbd40a6514
commit f09caec09a
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ pub const Scope = enum {
web_api,
xhr,
polyfill,
mouse_event,
};
const Opts = struct {