Skip to content

Commit

Permalink
pref:插件国际化properties文件value值支持引入文件 #9366
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Nov 9, 2023
1 parent 72c26cf commit 3acd636
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ abstract class StoreFileService {
fileDir = "$fileDirPath${fileSeparator}file"
ZipUtil.unZipFile(fileZip, fileDir)
} else {
logger.warn("getTextReferenceFileDir fileZip not exists, file cache is exists:${bkDiskLruFileCache.isCacheExist(cacheKey)}")
logger.warn("getTextReferenceFileDir fileZip not exists, " +
"file cache is exists:${bkDiskLruFileCache.isCacheExist(cacheKey)}")
}
} catch (ignored: Throwable) {
logger.warn("getTextReferenceFileDir unZipFile fail message:${ignored.message}")
Expand Down

0 comments on commit 3acd636

Please sign in to comment.