Skip to content

Commit

Permalink
Give correct arguments to "respond_fail" method
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoto Ono authored and ko1 committed Jan 4, 2022
1 parent a2b7421 commit 6193c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/server_cdp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def puts result

class Session
def fail_response req, **result
@ui.respond_fail req, result
@ui.respond_fail req, **result
return :retry
end

Expand Down

0 comments on commit 6193c87

Please sign in to comment.