aboutsummaryrefslogtreecommitdiffstats
path: root/examples/error_hook/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/error_hook/src')
-rw-r--r--examples/error_hook/src/error_hook.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/error_hook/src/error_hook.erl b/examples/error_hook/src/error_hook.erl
index 3543590..2cfd5cf 100644
--- a/examples/error_hook/src/error_hook.erl
+++ b/examples/error_hook/src/error_hook.erl
@@ -9,6 +9,7 @@
start() ->
ok = application:start(crypto),
+ ok = application:start(cowlib),
ok = application:start(ranch),
ok = application:start(cowboy),
ok = application:start(error_hook).