Detekt: enable rule exceptions.SwallowedException and fix existing issue.
This commit is contained in:
parent
a9afa59053
commit
72b3decf4c
16 changed files with 20 additions and 20 deletions
|
|
@ -112,7 +112,7 @@ fun EventDebugInfoView(
|
|||
private fun prettyJSON(maybeJSON: String): String {
|
||||
return try {
|
||||
JSONObject(maybeJSON).toString(2)
|
||||
} catch (e: JSONException) {
|
||||
} catch (_: JSONException) {
|
||||
// Prefer not pretty-printing over crashing if the data is not actually JSON
|
||||
maybeJSON
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue