mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove MainActor since we aren't yet up to date with the latest stuff in main
This commit is contained in:
@@ -10,7 +10,7 @@ import AppKit
|
||||
import Account
|
||||
import RSCore
|
||||
|
||||
@MainActor struct ErrorHandler: Logging {
|
||||
struct ErrorHandler: Logging {
|
||||
|
||||
public static func present(_ error: Error) {
|
||||
NSApplication.shared.presentError(error)
|
||||
|
||||
Reference in New Issue
Block a user