We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b366f commit e3cdb51Copy full SHA for e3cdb51
lib/mix/tasks/exq.run.ex
@@ -3,7 +3,7 @@ defmodule Mix.Tasks.Exq.Run do
3
4
@shortdoc "Starts the Exq worker"
5
6
- def run(args) do
+ def run(_args) do
7
Exq.start_link
8
IO.puts "Started Exq"
9
:timer.sleep(:infinity)
0 commit comments