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
Fix bug: xref should be stopped after being run
Xref not being stopped caused a crash in subsequent xref runs.
pull/3/head
Jordi Chacon
14 anos atrás
committed by
Tuncer Ayaz
pai
2ee4899d24
commit
e684af36f0
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
src/rebar_xref.erl
+ 3
- 0
src/rebar_xref.erl
Ver arquivo
@ -79,6 +79,9 @@ xref(Config, _) ->
%
%
Restore
the
original
code
path
true
=
code
:
set_path
(
OrigPath
)
,
%
%
Stop
xref
stopped
=
xref
:
stop
(
xref
)
,
ok
.
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar