disable REPL until it is fixed

pull/1409/head
Alexander Medvednikov 2019-07-31 21:05:20 +02:00
parent d3d4ee6b39
commit 15f1169102
1 changed files with 2 additions and 0 deletions

View File

@ -1220,6 +1220,8 @@ fn new_v(args[]string) *V {
}
fn run_repl() []string {
println('REPL is temporarily disabled, sorry')
exit(1)
println('V $Version')
println('Use Ctrl-C or `exit` to exit')
file := '.vrepl.v'