瀏覽代碼

Update src/rebar_plugins.erl

Co-authored-by: Fred Hebert <mononcqc@ferd.ca>
pull/2316/head
Tristan Sloughter 4 年之前
committed by 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.

Loading…
取消
儲存