Skip to content

Commit

Permalink
Fix dialyzer error in 26
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Aug 30, 2023
1 parent 43ad8ef commit 3403b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/recon.erl
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ source(Module) ->
Path = code:which(Module),
{ok,{_,[{abstract_code,{_,AC}}]}} = beam_lib:chunks(Path, [abstract_code]),
erl_prettypr:format(erl_syntax:form_list(AC)).
-dialyzer({nowarn_function, source/1}).

%%% Ports Info %%%

Expand Down

0 comments on commit 3403b1b

Please sign in to comment.