ソースを参照

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
コミット
e684af36f0
1個のファイルの変更3行の追加0行の削除
  1. +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.
%% ===================================================================

読み込み中…
キャンセル
保存