Explorar el Código

Support extra sink argument

pull/264/head
John R. Daily hace 10 años
padre
commit
f37a957a0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/lager_crash_backend.erl

+ 1
- 1
test/lager_crash_backend.erl Ver fichero

@ -27,7 +27,7 @@
-include_lib("eunit/include/eunit.hrl").
-endif.
init([CrashBefore, CrashAfter]) ->
init([{sink, _Sink}, CrashBefore, CrashAfter]) ->
case is_tuple(CrashBefore) andalso (timer:now_diff(CrashBefore, os:timestamp()) > 0) of
true ->
%?debugFmt("crashing!~n", []),

Cargando…
Cancelar
Guardar