Skip to content

Commit 44abd91

Browse files
committed
Eliminate warning in compat script
1 parent ba83f9e commit 44abd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/compat.escript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% vim: ts=4 sw=4 et sts=4 ft=erlang
33

44
main([]) ->
5-
crypto:start(),
5+
application:ensure_all_started(crypto),
66
code:ensure_loaded(rand),
77
code:ensure_loaded(uri_string),
88

0 commit comments

Comments
 (0)