Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Nov 1, 2023
1 parent 6c56dcd commit bc5361d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit bc5361d

Please sign in to comment.