mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use fatalError instead of abort.
This commit is contained in:
@@ -59,8 +59,7 @@ final class ArticleThemesManager: NSObject, NSFilePresenter {
|
||||
do {
|
||||
try FileManager.default.createDirectory(atPath: folderPath, withIntermediateDirectories: true, attributes: nil)
|
||||
} catch {
|
||||
assertionFailure("Could not create folder for Themes.")
|
||||
abort()
|
||||
fatalError("Could not create folder for Themes.")
|
||||
}
|
||||
|
||||
updateThemeNames()
|
||||
|
||||
Reference in New Issue
Block a user