tanvir-ux opened a new pull request, #207:
URL: https://github.com/apache/maven-script-interpreter/pull/207
Fixes #204.
`FileLogger` called `Files.createDirectories(outputPath.getParent())` even
when `getParent()` was null (bare filename like `new File("build.log")`), which
NPE'd. I only create the parent directories when a parent path exists, and
added a unit test for the bare-filename case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]