From b6c830b7a151cfaedc581da8f7670c5b9066573e Mon Sep 17 00:00:00 2001 From: Coraline Ada Ehmke Date: Sun, 2 Oct 2016 18:44:06 -0500 Subject: [PATCH] Why not sync stdout? --- config.ru | 1 + 1 file changed, 1 insertion(+) diff --git a/config.ru b/config.ru index d8041820..92ba4ddf 100644 --- a/config.ru +++ b/config.ru @@ -1,2 +1,3 @@ require './alice' +$stdout.sync = true run Sinatra::Application