Skip to content

Commit

Permalink
Merge pull request #937 from ferd/fix-api-use-issue
Browse files Browse the repository at this point in the history
Fix type coercion with API usage
  • Loading branch information
ferd authored Apr 3, 2024
2 parents a772620 + a9c35b6 commit bacc278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlx_assemble.erl
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ add_project_apps_to_xref(Rf, [AppSpec | Rest], State) ->
{ok, App=#{app_type := project}} ->
case xref:add_application(
Rf,
binary_to_list(rlx_app_info:dir(App)),
unicode:characters_to_list(rlx_app_info:dir(App)),
[{name, rlx_app_info:name(App)}, {warnings, false}])
of
{ok, _} ->
Expand Down

0 comments on commit bacc278

Please sign in to comment.