Skip to content

Commit

Permalink
Merge pull request #576 from ryderside/master
Browse files Browse the repository at this point in the history
OTP24 error_location support in lager_transform.erl
  • Loading branch information
Vagabond authored Nov 2, 2023
2 parents 1418c7c + 84bf334 commit e6b3178
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lager_transform.erl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@

-include("lager.hrl").

-export([parse_transform/2]).
-export([parse_transform/2, parse_transform_info/0]).

%% @private
parse_transform_info() ->
#{error_location => line}.

%% @private
parse_transform(AST, Options) ->
Expand Down

0 comments on commit e6b3178

Please sign in to comment.