Skip to content

Commit

Permalink
Fix xref for code:lib_dir/2
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jul 23, 2024
1 parent 5f0fabe commit 338a898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ maybe_start_cover() ->
error_logger:warning_msg("Starting cover. It will slowdown the system.", []),
{ok, _} = cover:start(node()),
ok = cover:local_only(),
Dir = code:lib_dir(mongooseim, ebin),
Dir = filename:join(code:lib_dir(mongooseim), ebin),
cover:compile_beam_directory(Dir);
_ ->
ok
Expand Down

0 comments on commit 338a898

Please sign in to comment.