Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Do not die on a pkg etag cache write fail
We can probably still move ahead without a cache if we must
pull/1757/head
Fred Hebert
7 anos atrás
pai
6ee36548ec
commit
b46f56a158
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/rebar_pkg_resource.erl
+ 1
- 1
src/rebar_pkg_resource.erl
Ver arquivo
@ -231,4 +231,4 @@ maybe_store_etag_in_cache(true = _UpdateETag, Path, ETag) ->
store_etag_in_cache
(
Path
,
ETag
)
.
store_etag_in_cache
(
Path
,
ETag
)
-
>
ok
=
file
:
write_file
(
Path
,
ETag
)
.
_
=
file
:
write_file
(
Path
,
ETag
)
.
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar