From 1e859fa320e6f6a0fa3773c1ecf37707dd656b6c Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sun, 27 Dec 2020 02:04:58 -0600 Subject: minor (#16478) --- compiler/llstream.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/llstream.nim b/compiler/llstream.nim index 6df927c60..bd335c23d 100644 --- a/compiler/llstream.nim +++ b/compiler/llstream.nim @@ -110,7 +110,7 @@ proc llReadFromStdin(s: PLLStream, buf: pointer, bufLen: int): int = s.rd = 0 var line = newStringOfCap(120) var triples = 0 - while readLineFromStdin(if s.s.len == 0: ">>> " else: "... ", line): + while readLineFromStdin(if s.s.len == 0: "\n>>> " else: "... ", line): s.s.add(line) s.s.add("\n") inc triples, countTriples(line) -- cgit 1.4.1-2-gfad0