Browse Source

mad_repl:main/2 api changes

Maxim Sokhatsky 10 years ago
parent
commit
90c9930305
1 changed files with 1 additions and 1 deletions
  1. 1 1
      priv/web/apps/n2o_sample/src/web_app.erl

+ 1 - 1
priv/web/apps/n2o_sample/src/web_app.erl

@@ -2,7 +2,7 @@
 -behaviour(application).
 -export([start/0, start/2, stop/1, main/1]).
 
-main(A) -> mad_repl:main(A).
+main(A) -> mad_repl:main(A,[]).
 start() -> start(normal, []).
 start(_StartType, _StartArgs) -> web_sup:start_link().
 stop(_State) -> ok.