Adds the error code to avoid testing it again
This commit is contained in:
+1
@@ -184,6 +184,7 @@ class RelayUrlNormalizer {
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
if (e is CancellationException) throw e
|
||||
normalizedUrls.put(url, NormalizationResult.Error)
|
||||
Log.w("NormalizedRelayUrl", "Rejected Error $url")
|
||||
null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user