mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
re-enable minimum viable CDP server
This commit is contained in:
@@ -101,7 +101,7 @@ pub fn LogInterceptor(comptime BC: type) type {
|
||||
.fatal => "error",
|
||||
},
|
||||
.text = self.allocating.written(),
|
||||
.timestamp = @import("../../datetime.zig").milliTimestamp(),
|
||||
.timestamp = @import("../../datetime.zig").milliTimestamp(.monotonic),
|
||||
},
|
||||
}, .{
|
||||
.session_id = self.bc.session_id,
|
||||
|
||||
Reference in New Issue
Block a user