commit | 95a90e061369609fcddf86153e85d501d4e36166 | [log] [tgz] |
---|---|---|
author | Piotr P. Karwasz <piotr.github@karwasz.org> | Wed Dec 20 10:36:40 2023 +0100 |
committer | Piotr P. Karwasz <piotr.github@karwasz.org> | Thu Dec 21 14:02:45 2023 +0100 |
tree | aedcb4f43cfc9eb5c848a982b949c313ccaa93be | |
parent | cf147fdf638d7181d5c7deca2c507c85c4604830 [diff] |
Fix NPE in `RollingFileManger` This PR fixes a `NullPointerException` in `RollingFileManager#createParentDir`. Closes #1645