Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 28, 2015
1 parent 1af05f0 commit 0a82836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/active.erl
Expand Up @@ -84,7 +84,7 @@ compile(App,Rest) ->
case lists:last(Rest) of
".#" ++ _ -> skip;
_ -> try put(App,updated),
(mad:profile()):compile(App)
mad_compile:compile(App)
catch E:R ->
mad:info("~p", [erlang:get_stacktrace()]),
mad:info("Catch: ~p:~p",[E,R]) end end.
Expand Down

0 comments on commit 0a82836

Please sign in to comment.