Skip to content

Commit

Permalink
chore: fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Nov 9, 2023
1 parent 00ffc0d commit 1daebe1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/ferrum/browser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,12 @@ def start
begin
@process.start
@client = Client.new(
@process.ws_url,
self,
@process.ws_url, self,
logger: options.logger,
ws_max_receive_size: options.ws_max_receive_size
)
@contexts = Contexts.new(self)
rescue
rescue StandardError
@process.stop
raise
end
Expand Down

0 comments on commit 1daebe1

Please sign in to comment.