This commit is contained in:
Karl Seguin
2026-02-24 19:41:15 +08:00
parent 82987ec401
commit 7b758b85ec

View File

@@ -87,7 +87,7 @@ pub fn closeSession(self: *Browser) void {
} }
} }
pub fn runMicrotasks(self: *const Browser) void { pub fn runMicrotasks(self: *Browser) void {
self.env.runMicrotasks(); self.env.runMicrotasks();
} }