diff --git a/lib/imager/runner.ex b/lib/imager/runner.ex index 40f447b..324cc61 100644 --- a/lib/imager/runner.ex +++ b/lib/imager/runner.ex @@ -36,6 +36,7 @@ defmodule Imager.Runner do receive do {:DOWN, ^ref, :process, ^pid, :normal} -> :ok + {:DOWN, ^ref, :process, ^pid, :noproc} -> :ok {:DOWN, ^ref, :process, ^pid, _} -> :error end end