HubSpot / prettier-maven-plugin

Apache License 2.0
116 stars 23 forks source link

Fix diff generation #43

Closed jhaber closed 3 years ago

jhaber commented 3 years ago

Prettier used to print incorrectly formatted files to stdout, but it looks like they now go to stderr which broke our diff generation. This PR updates our handling to also catch lines written to stderr

@kmclarnon @stevegutz @Xcelled