|
@ -79,6 +79,9 @@ xref(Config, _) -> |
|
|
%% Restore the original code path |
|
|
%% Restore the original code path |
|
|
true = code:set_path(OrigPath), |
|
|
true = code:set_path(OrigPath), |
|
|
|
|
|
|
|
|
|
|
|
%% Stop xref |
|
|
|
|
|
stopped = xref:stop(xref), |
|
|
|
|
|
|
|
|
ok. |
|
|
ok. |
|
|
|
|
|
|
|
|
%% =================================================================== |
|
|
%% =================================================================== |
|
|