This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Make sure crypto is running as lots of things use it
pull/3/head
Dave Smith
15 years ago
parent
b088139ed0
commit
d894dc5448
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rebar_core.erl
+ 3
- 0
src/rebar_core.erl
View File
@ -50,6 +50,9 @@ run(Args) ->
%
%
Pre
-
load
the
rebar
app
so
that
we
get
default
configuration
ok
=
application
:
load
(
rebar
)
,
%
%
Make
sure
crypto
is
running
crypto
:
start
(
)
,
%
%
Initialize
logging
system
rebar_log
:
init
(
)
,
Write
Preview
Loading…
Cancel
Save