mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
Redirect Runtime domain to JS engine Inspector
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -161,7 +161,7 @@ pub fn main() !void {
|
||||
defer srv.close();
|
||||
std.debug.print("Listening on: {s}...\n", .{socket_path});
|
||||
|
||||
var browser = try Browser.init(arena.allocator(), vm);
|
||||
var browser = try Browser.init(arena.allocator());
|
||||
defer browser.deinit();
|
||||
|
||||
try server.listen(&browser, srv.sockfd.?);
|
||||
|
||||
Reference in New Issue
Block a user