From 1a4e7a86185021f1f1eb50b3fde5043570da3f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 9 Sep 2013 16:46:21 +0200 Subject: Fix the list of registered processes in the examples --- examples/rest_stream_response/src/rest_stream_response.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rest_stream_response/src/rest_stream_response.app.src') diff --git a/examples/rest_stream_response/src/rest_stream_response.app.src b/examples/rest_stream_response/src/rest_stream_response.app.src index 4a458b8..bf734ab 100644 --- a/examples/rest_stream_response/src/rest_stream_response.app.src +++ b/examples/rest_stream_response/src/rest_stream_response.app.src @@ -4,7 +4,7 @@ {description, "Cowboy REST with streaming."}, {vsn, "1"}, {modules, []}, - {registered, []}, + {registered, [rest_stream_response_sup]}, {applications, [ kernel, stdlib, -- cgit v1.2.3