Skip to content

Commit

Permalink
fix: set remote debugging address
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio authored May 7, 2022
1 parent 870f2a3 commit 410bb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ async fn main() -> anyhow::Result<()> {
"--no-sandbox",
"--disable-dev-shm-usage",
"--headless",
"--remote-debugging-address=0.0.0.0",
format!("--remote-debugging-port={debug_port}")
]
});
Expand Down

0 comments on commit 410bb07

Please sign in to comment.