Explorar el Código

fix error message with new debug syntax

pull/3/head
Tristan Sloughter hace 10 años
padre
commit
be9eb679d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl Ver fichero

@ -55,7 +55,7 @@ main(Args) ->
Error ->
%% Nothing should percolate up from rebar_core;
%% Dump this error to console
?ERROR("Uncaught error in rebar_core. Run with -vvv to see stacktrace~n", []),
?ERROR("Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace~n", []),
?DEBUG("Uncaught error: ~p~n", [Error]),
rebar_utils:delayed_halt(1)
end.

Cargando…
Cancelar
Guardar