From dbe4161b59411362b2535ef1948e4ddf878f9efc Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 10 Oct 2023 01:07:49 +0200 Subject: [PATCH] fix --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index a52e8ea5..59ebdf34 100644 --- a/rebar.config +++ b/rebar.config @@ -59,7 +59,7 @@ %unknown ]}, {plt_apps, top_level_deps}, - {plt_extra_apps, []}, + {plt_extra_apps, [dbg]}, {plt_location, local}, {plt_prefix, "hackney"}, {base_plt_location, "."},