This commit is contained in:
Horis 2023-11-01 22:04:42 +08:00
parent 6c56dcd28c
commit bc5361d4c7

View File

@ -85,7 +85,7 @@ data class ReplaceRule(
try {
Pattern.compile(pattern)
} catch (ex: PatternSyntaxException) {
AppLog.put(ex.message)
AppLog.put("正则语法错误或不支持:${ex.localizedMessage}", ex)
return false
}
}