Преглед изворни кода

Fix underspec (thanks Kostis Sagonas)

pull/3/head
Tuncer Ayaz пре 14 година
родитељ
комит
8940f07801
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rebar_erlc_compiler.erl

+ 1
- 1
src/rebar_erlc_compiler.erl Прегледај датотеку

@ -164,7 +164,7 @@ doterl_compile(Config, OutDir, MoreSources) ->
%% Internal functions
%% ===================================================================
-spec include_path(Source::string(), Config::#config{}) -> [string()].
-spec include_path(Source::string(), Config::#config{}) -> [string(), ...].
include_path(Source, Config) ->
ErlOpts = rebar_config:get(Config, erl_opts, []),
["include", filename:dirname(Source)] ++ proplists:get_all_values(i, ErlOpts).

Loading…
Откажи
Сачувај