Skip to content

Commit

Permalink
feat(page): add ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
bundleman committed Jul 16, 2021
1 parent 206909c commit dd3e48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/cdp/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func LoadHTMLPage(
netOpts.Filter.Patterns = params.Ignore.Resources
}

netManager, err := net.New(logger, client, netOpts)
netManager, err := net.New(ctx, logger, client, netOpts)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit dd3e48d

Please sign in to comment.