Explorar el Código

Add missing comment

pull/3/head
Tuncer Ayaz hace 13 años
padre
commit
4fc3e9bfb6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/rebar_require_vsn.erl

+ 4
- 0
src/rebar_require_vsn.erl Ver fichero

@ -43,6 +43,10 @@ compile(Config, _) ->
eunit(Config, _) -> eunit(Config, _) ->
check_versions(Config). check_versions(Config).
%% ====================================================================
%% Internal functions
%% ====================================================================
check_versions(Config) -> check_versions(Config) ->
ErtsRegex = rebar_config:get(Config, require_erts_vsn, ".*"), ErtsRegex = rebar_config:get(Config, require_erts_vsn, ".*"),
ReOpts = [{capture, none}], ReOpts = [{capture, none}],

Cargando…
Cancelar
Guardar