diff options
Diffstat (limited to 'examples/error_hook')
-rw-r--r-- | examples/error_hook/src/error_hook.erl | 1 |
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). |