directly use exit keyword

This commit is contained in:
Alain Zscheile 2022-11-26 00:58:04 +01:00
parent 8cf076bf5f
commit 0d508cc142

View file

@ -104,7 +104,7 @@ defmodule Floof do
Floof.SessionManager.detach(sesskey, self())
end
:erlang.exit(:normal)
exit(:normal)
x ->
Logger.warn("unable to handle request: #{inspect(x)}")