This commit is contained in:
gedoor 2022-01-02 22:28:05 +08:00
parent 2790b529b6
commit f40bf5ceff

View File

@ -92,6 +92,7 @@ class ContentProcessor private constructor(
mContent.replace(item.pattern, item.replacement) mContent.replace(item.pattern, item.replacement)
} }
} catch (e: Exception) { } catch (e: Exception) {
AppLog.put("${item.name}替换出错\n${e.localizedMessage}")
appCtx.toastOnUi("${item.name}替换出错") appCtx.toastOnUi("${item.name}替换出错")
} }
} }