We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983bea commit aa46d85Copy full SHA for aa46d85
src/rebar_core.erl
@@ -411,7 +411,7 @@ restore_code_path(no_change) ->
411
restore_code_path({added, Paths}) ->
412
%% Verify that all of the paths still exist -- some dynamically
413
%% added paths can get blown away during clean.
414
- [true = code:del_path(F) || F <- Paths, erl_prim_loader_is_file(F)],
+ [code:del_path(F) || F <- Paths, erl_prim_loader_is_file(F)],
415
ok.
416
417
erl_prim_loader_is_file(File) ->
0 commit comments