Closed cocobear closed 7 years ago
When I run githug on Windows with MINGW, if githug needs print some message on screen, it will not display until I press ENTER key. It can be resolved by add STDOUT.sync = true at the begin of the project.
STDOUT.sync = true
When I run githug on Windows with MINGW, if githug needs print some message on screen, it will not display until I press ENTER key. It can be resolved by add
STDOUT.sync = true
at the begin of the project.