Explorar el Código

Fix R13 compatibility (auto imported monitor/2)

pull/3/head
Alfonso De Gregorio hace 13 años
cometido por Tuncer Ayaz
padre
commit
6f76d14499
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_eunit.erl

+ 1
- 1
src/rebar_eunit.erl Ver fichero

@ -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

Cargando…
Cancelar
Guardar