Преглед изворни кода

FIX: Reraise EFileSourceOperationAborting

Alexander Koblov пре 4 година
родитељ
комит
54d19de6ec
1 измењених фајлова са 3 додато и 0 уклоњено
  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