Invoke Crashes task if a run command tries to print ASCII instead of Unicode #321
Labels
Comments
This does seem like it falls under #350, so hopefully the behavior is improved once that's released (soon). Please comment after 0.13 comes out if that doesn't fix this for you. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was helping someone debug a stuck invoke build in Jenkins, where part of the task was to run npm install
The build would hang until we upgrade from 0.12.0 to 0.12.1 after this the build got "unstuck" and a new stack trace surfaced:
It seems that npm was trying to print and ASCII charset to STDOUT and Invoke didn't like that. The work around is to pipe stdout and stderr into a text file so Invoke never sees it. However, this bug should probably be fixed.
The text was updated successfully, but these errors were encountered: