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