From 9b45b9ce665c421ff2d53213cbee72ca97c29bab Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 31 Jul 2019 11:43:41 +0300 Subject: [PATCH] repl: do not eat first line for some reason first line was skipped --- compiler/main.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/main.v b/compiler/main.v index e4159b2611..02a70b8877 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1256,7 +1256,7 @@ fn run_repl() []string { } } else { - for i:=0; i