From 4d5576cd73feb4125bdf46a4fd0eae43cb8ddf8f Mon Sep 17 00:00:00 2001 From: Jeremy Ong Date: Sat, 12 Apr 2014 18:01:09 -0700 Subject: [PATCH] Add missing modules entry to app.src file --- src/websocket_client.app.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/websocket_client.app.src b/src/websocket_client.app.src index b6be00a..d3b1152 100644 --- a/src/websocket_client.app.src +++ b/src/websocket_client.app.src @@ -8,6 +8,7 @@ crypto, inets ]}, - {env, []} + {env, []}, + {modules, []} ] }.