浏览代码

Log a more descriptive message

pull/3/head
Tuncer Ayaz 14 年前
父节点
当前提交
1dcf0d15dc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/rebar_core.erl

+ 2
- 1
src/rebar_core.erl 查看文件

@ -85,7 +85,8 @@ process_commands([Command | Rest], ParentConfig) ->
case erlang:get(operations) of
Operations ->
%% This command didn't do anything
?CONSOLE("Command '~p' not understood\n", [Command]);
?CONSOLE("Command '~p' not understood or not applicable~n",
[Command]);
_ ->
ok
end,

正在加载...
取消
保存