Language
Elixir
Compiler
elixir 1.5.1
Options
$ elixir prog.exs
2017-08-16 16:29:49.030618Z start
01:29:49.072 [error] Process #PID<0.76.0> raised an exception
** (RuntimeError) boom!
prog.exs:3: anonymous fn/0 in :elixir_compiler_0.__FILE__/1
メッセージを受信しました: {:DOWN, #Reference<0.2290368879.2564030465.30809>, :process, #PID<0.76.0>, {%RuntimeError{message: "boom!"}, [{:elixir_compiler_0, :"-__FILE__/1-fun-0-", 0, [file: 'prog.exs', line: 3]}]}}
2017-08-16 16:29:50.086205Z done
Exit Code:
0