Remove MainActor since we aren't yet up to date with the latest stuff in main

This commit is contained in:
Maurice Parker
2023-11-11 12:48:49 -06:00
parent 4ab45f09bf
commit 196778f82c

View File

@@ -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)