This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
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 年之前
committed by
Tuncer Ayaz
父節點
2ee4899d24
當前提交
e684af36f0
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rebar_xref.erl
+ 3
- 0
src/rebar_xref.erl
查看文件
@ -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…
取消
儲存