mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user