mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@@ -576,7 +576,7 @@ fn cleanup_files(file string) {
|
||||
}
|
||||
}
|
||||
|
||||
fn repl_run_vfile(file string) ?os.Result {
|
||||
fn repl_run_vfile(file string) !os.Result {
|
||||
$if trace_repl_temp_files ? {
|
||||
eprintln('>> repl_run_vfile file: ${file}')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user