瀏覽代碼

Fix R13 compatibility (auto imported monitor/2)

pull/3/head
Alfonso De Gregorio 13 年之前
committed by Tuncer Ayaz
父節點
當前提交
6f76d14499
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_eunit.erl

+ 1
- 1
src/rebar_eunit.erl 查看文件

@ -562,7 +562,7 @@ reconstruct_app_env_vars([]) ->
ok.
wait_until_dead(Pid) when is_pid(Pid) ->
Ref = monitor(process, Pid),
Ref = erlang:monitor(process, Pid),
receive
{'DOWN', Ref, process, _Obj, Info} ->
Info

Loading…
取消
儲存