Skip to content

Commit

Permalink
fix(Githug): stdout buffer problem (#227) (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocobear authored and Gazler committed Apr 6, 2017
1 parent 392c357 commit c92e35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/githug.rb
Expand Up @@ -13,3 +13,4 @@

Githug::UI.in_stream = STDIN
Githug::UI.out_stream = STDOUT
STDIN.sync = true

0 comments on commit c92e35d

Please sign in to comment.