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

Merge pull request #2001 from ferd/fix-perf-regression

Fix performance regression in compiler around behaviours
pull/2004/head
Fred Hebert пре 6 година
committed by GitHub
родитељ
комит
369ff85dd6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rebar_compiler_erl.erl

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

@ -317,7 +317,7 @@ expand_file_names(Files, Dirs) ->
true ->
[Incl];
false ->
rebar_utils:find_files_in_dirs(Dirs, Incl, true)
rebar_utils:find_files_in_dirs(Dirs, [$^, Incl, $$], true)
end
end, Files).

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