Skip to content

Commit

Permalink
debug start error
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Nov 9, 2023
1 parent 24d9655 commit fa67ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ file_system-*.tar
/tmp

# Misc
/priv/mac_listener
/priv/mac_listener*
/priv/kqueue
mix.lock
4 changes: 3 additions & 1 deletion lib/file_system/worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ defmodule FileSystem.Worker do
{:ok, backend_pid} <- backend.start_link([{:worker_pid, self()} | rest]) do
{:ok, %{backend_pid: backend_pid, subscribers: %{}}}
else
_ -> :ignore
any ->
IO.inspect(any)
:ignore
end
end

Expand Down

0 comments on commit fa67ae0

Please sign in to comment.