Skip to content

Commit

Permalink
hacking git to watch files and autoload them into the runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
notactuallypagemcconnell committed Feb 24, 2019
1 parent dae17df commit 2a651be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/foobar/application.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule Baz do

end

defmodule Foobar.Application do
Expand All @@ -12,8 +11,7 @@ defmodule Foobar.Application do
def start(_type, _args) do
# List all child processes to be supervised
children = [
# Starts a worker by calling: Foobar.Worker.start_link(arg)
# {Foobar.Worker, arg}
Foobar.Periodically
]

# See https://hexdocs.pm/elixir/Supervisor.html
Expand Down

0 comments on commit 2a651be

Please sign in to comment.