Skip to content

Commit

Permalink
Merge pull request #131 from bamorim/fix/error-4-compile-time-warning
Browse files Browse the repository at this point in the history
Fix: Use IO.warn for compile time warning
  • Loading branch information
slashdotdash committed Jan 29, 2018
2 parents 720001e + d4e496e commit d3e8506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commanded/process_managers/process_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ defmodule Commanded.ProcessManagers.ProcessManager do
if Module.defines?(mod, {name, arity}) do
mod
|> error_deprecation_message
|> :elixir_errors.warn
|> IO.warn
end
_ ->

Expand Down

0 comments on commit d3e8506

Please sign in to comment.