pull/777/head
Alexander Medvednikov 2019-06-28 21:28:03 +02:00
parent 1bcccf0d1e
commit 2a2b402277
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ fn new_v(args[]string) *V {
} }
fn run_repl() []string { fn run_repl() []string {
if $windows { $if windows {
println('REPL does not work on Windows yet, sorry!') println('REPL does not work on Windows yet, sorry!')
exit1() exit1()
} }