From c92e35dd4ce82d7a41f8abd5529a76a4d167c957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AF=E5=8F=AF=E7=86=8A?= Date: Thu, 6 Apr 2017 03:13:02 -0500 Subject: [PATCH] fix(Githug): stdout buffer problem (#227) (#228) --- lib/githug.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/githug.rb b/lib/githug.rb index 14c26d6a..84bc11eb 100644 --- a/lib/githug.rb +++ b/lib/githug.rb @@ -13,3 +13,4 @@ Githug::UI.in_stream = STDIN Githug::UI.out_stream = STDOUT +STDIN.sync = true