Skip to content

Commit b523092

Browse files
committed
Tweak
1 parent 5aeffc4 commit b523092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_ct_helpers/src/ct_master_fork.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ master_format_gh_anno({error, {{exception, Reason, [{Mod, Fun, Arity, Loc}|_]},
738738
%% if we don't have the real file name.
739739
File = proplists:get_value(file, Loc, ".github"),
740740
Line = proplists:get_value(line, Loc, 0),
741-
io_lib:format("::error file=~s,line=~d::~w:~tw/~d: ~w~n",
741+
io_lib:format("::error file=~s,line=~b::~w:~tw/~d: ~w~n",
742742
[File, Line, Mod, Fun, Arity, Reason]);
743743
master_format_gh_anno(Reason) ->
744744
%% Do the bare minimum if we don't know the error reason.

0 commit comments

Comments
 (0)