|
@@ -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.
|