Browse Source

FIX: Reraise EFileSourceOperationAborting

Alexander Koblov 4 years ago
parent
commit
54d19de6ec
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/filesources/filesystem/ufilesystemutil.pas

+ 3 - 0
src/filesources/filesystem/ufilesystemutil.pas

@@ -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