修复Tailer文件内容跟随在调用stop后,文件依旧被占用问题

This commit is contained in:
Looly
2023-02-21 12:00:14 +08:00
parent c3f378207b
commit ae4d79ebd6
2 changed files with 8 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
* 【core 】 修复FileUtil.rename报NoSuchFileException问题pr#2894@Github
* 【core 】 修复StrUtil.split切分长度为0时的bugpr#944@Gitee
* 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题issue#I6GIMT@Gitee
* 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题issue#I6GIMT@Gitee
* 【core 】 修复Tailer文件内容跟随在调用stop后文件依旧被占用问题issue#I6GFD2@Gitee
-------------------------------------------------------------------------------------------------------------