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
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 years ago
committed by
Tuncer Ayaz
parent
2ee4899d24
commit
e684af36f0
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_xref.erl
+ 3
- 0
src/rebar_xref.erl
View File
@ -79,6 +79,9 @@ xref(Config, _) ->
%
%
Restore
the
original
code
path
true
=
code
:
set_path
(
OrigPath
)
,
%
%
Stop
xref
stopped
=
xref
:
stop
(
xref
)
,
ok
.
%
%
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
==
=
Write
Preview
Loading…
Cancel
Save