Skip to content

Commit

Permalink
Improve EXITs that happen during calls
Browse files Browse the repository at this point in the history
Closes #254.
  • Loading branch information
whatyouhide committed Oct 18, 2023
1 parent 7074dd7 commit d320fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redix/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defmodule Redix.Connection do
resp

{:DOWN, ^request_id, _, _, reason} ->
exit(reason)
exit({:redix_exited_during_call, reason})
end
end

Expand Down

0 comments on commit d320fa0

Please sign in to comment.