From e0f706804f115d7a2b88abe18616dd00a3bc3034 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 29 Apr 2013 09:51:52 +0300 Subject: proper compiler output delimiter in the stdin compiler service --- compiler/service.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/service.nim b/compiler/service.nim index e2de6e5a0..b3c7fbc83 100644 --- a/compiler/service.nim +++ b/compiler/service.nim @@ -73,6 +73,9 @@ proc serve*(action: proc (){.nimcall.}) = var line = stdin.readLine.string if line == "quit": quit() execute line + echo "" + FlushFile(stdout) + of "tcp", "": var server = Socket() let p = getConfigVar("server.port") -- cgit 1.4.1-2-gfad0