mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@ -154,7 +154,7 @@ fn (r &Repl) current_source_code(should_add_temp_lines bool, not_add_print bool)
|
||||
if !not_add_print {
|
||||
lines = r.vstartup_lines.filter(!it.starts_with('print'))
|
||||
} else {
|
||||
lines = r.vstartup_lines
|
||||
lines = r.vstartup_lines.clone()
|
||||
}
|
||||
all_lines << lines
|
||||
}
|
||||
|
Reference in New Issue
Block a user