Skip to content

Commit bc5361d

Browse files
committed
优化
1 parent 6c56dcd commit bc5361d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/legado/app/data/entities/ReplaceRule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ data class ReplaceRule(
8585
try {
8686
Pattern.compile(pattern)
8787
} catch (ex: PatternSyntaxException) {
88-
AppLog.put(ex.message)
88+
AppLog.put("正则语法错误或不支持:${ex.localizedMessage}", ex)
8989
return false
9090
}
9191
}

0 commit comments

Comments
 (0)