We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7bd68 commit c204138Copy full SHA for c204138
SignalServiceKit/Notifications/NotificationPresenterImpl.swift
@@ -938,7 +938,7 @@ public class NotificationPresenterImpl: NotificationPresenter {
938
}
939
940
public func notifyTestPopulation(ofErrorMessage errorString: String) {
941
- // Fail debug on all devices. External devices should still log the error string.
+ // External devices should still log the error string.
942
Logger.error("Fatal error occurred: \(errorString).")
943
guard DebugFlags.testPopulationErrorAlerts else {
944
return
0 commit comments