elharo opened a new issue, #214: URL: https://github.com/apache/maven-script-interpreter/issues/214
### Affected version HEAD ### Bug description PrintStream does not properly report failure to write messages. 1. Use an OuptuStream or OutputStreamWriter instead everywhere inside this class 2. Deperecate getPrintStream 3. Have getPrintStream return a PrintStream wrapped around the output stream 4. Add getOututStream method. 5. Replace usages of getPrintStream in this plugin with getOutputStream -- 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]
