Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
fix find of deps for clean all
pull/667/head
Tristan Sloughter
9 anni fa
parent
7c46eea294
commit
f77457343a
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/rebar_prv_clean.erl
+ 1
- 1
src/rebar_prv_clean.erl
Vedi File
@ -39,7 +39,7 @@ do(State) ->
case
All
of
true
-
>
DepsDir
=
rebar_dir
:
deps_dir
(
State
)
,
DepApps
=
rebar_app_discover
:
find_apps
(
[
DepsDir
]
,
all
)
;
DepApps
=
rebar_app_discover
:
find_apps
(
[
filename
:
join
(
DepsDir
,
"
*
"
)
]
,
all
)
;
false
-
>
DepApps
=
[
]
end
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva