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 996f8d0 commit cf60036Copy full SHA for cf60036
cls/Frontier/Reporter/Manager.cls
@@ -28,10 +28,9 @@ Method AddReporter(reporter As Frontier.Reporter) As %Status
28
/// Iterates over the queue calling the Report method for each. Each call is implementation dependent.
29
Method Report() As %Status [ Internal ]
30
{
31
- set sc = $$$OK
+ set sc = $$$OK
32
33
if '$isobject(..Context.Exception) return $$$OK
34
- if ..Context.AuthenticationManager.IsChallengeSet return $$$OK
35
if ..Reported return $$$OK
36
37
#dim reporter As Frontier.Reporter
0 commit comments