fix: dialyzer problems

This commit is contained in:
Shawn 2023-06-15 15:36:56 +08:00
parent 4836bc62f6
commit 391c088060
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
start_link(Env) ->
supervisor:start_link({local, ?MODULE}, ?MODULE, [Env]).
-dialyzer({no_match, [ensure_worker_pool_started/0]}).
ensure_worker_pool_started() ->
try
case is_managed_by_modules() of