Skip to content

Commit

Permalink
(fix) dont rescope url
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 11, 2024
1 parent 3485b69 commit 4ff862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/drivers/go-rod.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func NewGorod(logger *slog.Logger, opts runner.Options) (*Gorod, error) {
chrmLauncher.Proxy(opts.Chrome.Proxy)
}

url, err := chrmLauncher.Launch()
url, err = chrmLauncher.Launch()
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 4ff862a

Please sign in to comment.