|
|
|
|
|
by jonnycat
742 days ago
|
|
Good call - I think you're right about IEx trapping the exit. The confusing part is that it still logs out this message: ** (exit) exited in: Task.await(%Task{mfa: {:erlang, :apply, 2}, owner: #PID<0.954.0>, pid: #PID<0.964.0>, ref: #Reference<0.1455049351.208994307.4788>}, 1)
** (EXIT) time out
(elixir 1.14.3) lib/task.ex:830: Task.await/2
|
|