Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent 4615873 commit bf1beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/nginx_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def stop
# after Nginx shutdown, despite Nginx setting SO_REUSEADDR.
begin
sockaddr = Socket.pack_sockaddr_in(PORT, '127.0.0.1')
rescue SocketError -> e
rescue SocketError => e
p port
p e
raise e
Expand Down

0 comments on commit bf1beff

Please sign in to comment.