Tweak
This commit is contained in:
parent
5aeffc4a5b
commit
b523092213
|
|
@ -738,7 +738,7 @@ master_format_gh_anno({error, {{exception, Reason, [{Mod, Fun, Arity, Loc}|_]},
|
|||
%% if we don't have the real file name.
|
||||
File = proplists:get_value(file, Loc, ".github"),
|
||||
Line = proplists:get_value(line, Loc, 0),
|
||||
io_lib:format("::error file=~s,line=~d::~w:~tw/~d: ~w~n",
|
||||
io_lib:format("::error file=~s,line=~b::~w:~tw/~d: ~w~n",
|
||||
[File, Line, Mod, Fun, Arity, Reason]);
|
||||
master_format_gh_anno(Reason) ->
|
||||
%% Do the bare minimum if we don't know the error reason.
|
||||
|
|
|
|||
Loading…
Reference in New Issue