Skip to content

Commit

Permalink
Print code
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed May 29, 2024
1 parent 845ca0a commit 91d7e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtrace/test/crashpad_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def await_availability timeout = 1
while (Time.now - b < timeout) do
begin
r = client.get('http://localhost:6097/alive')
print "await_availability" + r.code
print "await_availability" + r.code.to_s
return true if r.code == 200
rescue Errno::ECONNREFUSED => e
end
Expand Down

0 comments on commit 91d7e61

Please sign in to comment.