Skip to content

Commit

Permalink
Don't raise on deletion failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Aug 21, 2023
1 parent 7f72bc8 commit 3934026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alire/alire-directories.adb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ package body Alire.Directories is
& Code'Image);
end if;
end;
raise;
-- raise;
end Force_Delete;

----------------------
Expand Down

0 comments on commit 3934026

Please sign in to comment.