Language
Elixir
Compiler
elixir 1.5.1
Options
$ elixir prog.exs
2017-08-16 16:26:58.615378Z start
01:26:58.680 [error] Process #PID<0.76.0> raised an exception
** (RuntimeError) boom!
prog.exs:4: anonymous fn/0 in :elixir_compiler_0.__FILE__/1
exitシグナルを受信しました: {:EXIT, #PID<0.76.0>, {%RuntimeError{message: "boom!"}, [{:elixir_compiler_0, :"-__FILE__/1-fun-0-", 0, [file: 'prog.exs', line: 4]}]}}
2017-08-16 16:26:59.741148Z done
Exit Code:
0