mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
start inspector when the js env starts
This commit is contained in:
@@ -326,7 +326,7 @@ pub fn main() !void {
|
||||
|
||||
// page
|
||||
const page = try browser.session.createPage();
|
||||
try page.start();
|
||||
try page.start(null);
|
||||
defer page.end();
|
||||
|
||||
_ = page.navigate(opts.url, null) catch |err| switch (err) {
|
||||
|
||||
Reference in New Issue
Block a user