Skip to content

Commit e0946e2

Browse files
committed
Add info message when AST specifying is on
1 parent 927cab7 commit e0946e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gradient.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ defmodule Gradient do
6666

6767
defp maybe_specify_forms(forms, opts) do
6868
unless opts[:no_specify] do
69+
IO.puts("Specifying froms...")
6970
forms
7071
|> put_code_path(opts)
7172
|> AstSpecifier.specify()

0 commit comments

Comments
 (0)