Explorar el Código

Merge pull request #28 from brendanhay/master

Fix to compile on R13A
pull/29/head
Andrew Thompson hace 13 años
padre
commit
9680638146
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/lager_trunc_io.erl

+ 1
- 1
src/lager_trunc_io.erl Ver fichero

@ -283,7 +283,7 @@ alist([H|T], Max, #print_options{force_strings=true} = Options) when is_integer(
{L, Len} = alist(T, Max-1, Options),
{[H|L], Len + 1};
alist(_, _, #print_options{force_strings=true}) ->
error(badarg);
erlang:error(badarg);
alist(_L, _Max, _Options) ->
throw(unprintable).

Cargando…
Cancelar
Guardar