diff --git a/Sources/Automaton.swift b/Sources/Automaton.swift index a620114..9a019af 100644 --- a/Sources/Automaton.swift +++ b/Sources/Automaton.swift @@ -175,7 +175,7 @@ extension ObservableType { case let .error(error): let error = "Binding error to variable: \(error)" #if DEBUG - rxFatalError(error) + fatalError(error) #else print(error) #endif