Skip to content

Commit

Permalink
Add debug log when starting dialyzer analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki committed Dec 2, 2024
1 parent 7d57cac commit 3a13d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dialyzer.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ defmodule Dialyzer do
warnings_flags
end

IO.puts("Starting dialyzer analysis.")

results =
:dialyzer.run(
init_plt: plt_filename,
Expand Down

0 comments on commit 3a13d67

Please sign in to comment.