ソースを参照

search subdirectories as well for imports/transforms/behaviours

pull/1957/head
Tristan Sloughter 6年前
コミット
8c4a74a3ed
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: AAB97DDECCEB8150
1個のファイルの変更1行の追加10行の削除
  1. +1
    -10
      src/rebar_compiler_erl.erl

+ 1
- 10
src/rebar_compiler_erl.erl ファイルの表示

@ -317,16 +317,7 @@ expand_file_names(Files, Dirs) ->
true ->
[Incl];
false ->
lists:flatmap(
fun(Dir) ->
FullPath = filename:join(Dir, Incl),
case filelib:is_regular(FullPath) of
true ->
[FullPath];
false ->
[]
end
end, Dirs)
rebar_utils:find_files_in_dirs(Dirs, Incl, true)
end
end, Files).

読み込み中…
キャンセル
保存