HMCL
HMCL copied to clipboard
实现 #2969: 启动前日志列出mods目录的jar文件
Close #2969
你想修改可以向他的 PR 分支提出新的 PR,不要把别人的 PR 关了然后自己拿来开 PR。
你想修改可以向他的 PR 分支提出新的 PR,不要把别人的 PR 关了然后自己拿来开 PR。
当事人的 PR 提供的代码已经几乎被全部移除。介于当事人的努力依然值得尊重,我并没有完全在 Git 层面移除他的提交。因此,当本 PR 合并后,当事人依然会有 Co-Author 信息
EDIT: 换而言之,这不是修改,而是重写
Thanks for your testing.
Using Files.walkFileTree, which is an API from standard java library could prevent potential bugs or risks from using Files.listFiles. And, with this structure, it's easies to list files from .zip files with less edit.
Conflict resolved