Skip to content

Commit

Permalink
Fix missing splat operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jemelyah committed Oct 4, 2023
1 parent 6e4aebf commit 31f56ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ferrum/browser/process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def self.process_killer(pid)
break
end
end
rescue RESCUED_ERRORS
rescue *RESCUED_ERRORS
# nop
end
end
Expand Down

0 comments on commit 31f56ab

Please sign in to comment.