diff --git a/SignalServiceKit/Storage/Database/IncrementalMigrations/TSAttachment/TSAttachmentMigration+TSMessage.swift b/SignalServiceKit/Storage/Database/IncrementalMigrations/TSAttachment/TSAttachmentMigration+TSMessage.swift index 51e2025b768..705d21e8bc5 100644 --- a/SignalServiceKit/Storage/Database/IncrementalMigrations/TSAttachment/TSAttachmentMigration+TSMessage.swift +++ b/SignalServiceKit/Storage/Database/IncrementalMigrations/TSAttachment/TSAttachmentMigration+TSMessage.swift @@ -277,7 +277,8 @@ extension TSAttachmentMigration { )!.path let attachmentsFolder = rootPath.appendingPathComponent("Attachments") guard OWSFileSystem.deleteFileIfExists(attachmentsFolder) == true else { - owsFail("Unable to delete folder!") + owsFailDebug("Unable to delete folder!") + return } }