|
@@ -1422,6 +1422,7 @@ void __fastcall TEditorForm::CheckFileSize()
|
|
// Those are actually nearly all internal exceptions we ever practically get
|
|
// Those are actually nearly all internal exceptions we ever practically get
|
|
IgnoreException(typeid(EOutOfMemory));
|
|
IgnoreException(typeid(EOutOfMemory));
|
|
IgnoreException(typeid(EAccessViolation));
|
|
IgnoreException(typeid(EAccessViolation));
|
|
|
|
+ IgnoreException(typeid(EExternalException));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|