浏览代码

Update src/rebar_plugins.erl

Co-authored-by: Fred Hebert <mononcqc@ferd.ca>
pull/2316/head
Tristan Sloughter 4 年前
提交者 GitHub
父节点
当前提交
c745d1bc1f
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_plugins.erl

+ 1
- 1
src/rebar_plugins.erl 查看文件

@ -131,7 +131,7 @@ handle_plugin(Profile, Plugin, State, Upgrade) ->
catch
?WITH_STACKTRACE(C,T,S)
?DEBUG("~p ~p ~p", [C, T, S]),
?WARN("Errors loading plugin ~p. Run rebar3 wish DEBUG=1 set to see errors.", [Plugin]),
?WARN("Errors loading plugin ~p. Run rebar3 with DEBUG=1 set to see errors.", [Plugin]),
{[], State}
end.

正在加载...
取消
保存