mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Reraise EFileSourceOperationAborting
This commit is contained in:
parent
e4c32a47a7
commit
54d19de6ec
1 changed files with 3 additions and 0 deletions
|
|
@ -1880,6 +1880,9 @@ begin
|
|||
except
|
||||
on E: Exception do
|
||||
begin
|
||||
if E is EFileSourceOperationAborting then
|
||||
raise;
|
||||
|
||||
case AskQuestion(rsMsgVerify, E.Message,
|
||||
[fsourSkip, fsourAbort],
|
||||
fsourAbort, fsourSkip) of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue