소스 검색

Make 'command does not apply' warning into a warning

Jeremy Raymond 15 년 전
부모
커밋
8e195e5337
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl 파일 보기

@ -331,7 +331,7 @@ apply_commands([], _Modules, _Config, _ModuleFile) ->
apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
case select_modules(Modules, Command, []) of
[] ->
?CONSOLE("WARNING: '~p' command does not apply to directory ~s\n",
?WARN("'~p' command does not apply to directory ~s\n",
[Command, rebar_utils:get_cwd()]),
apply_commands(Rest, Modules, Config, ModuleFile);
TargetModules ->

불러오는 중...
취소
저장