mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 05:11:09 +00:00
Update dummy.rs
This commit is contained in:
parent
988a9e2322
commit
08dfca20db
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ impl Runnable for DummyVM {
|
||||||
break Some(stream);
|
break Some(stream);
|
||||||
}
|
}
|
||||||
Err(_) => {
|
Err(_) => {
|
||||||
println!("Retrying to connect to the REPL server...");
|
if !cfg.quiet_startup {
|
||||||
|
println!("Retrying to connect to the REPL server...");
|
||||||
|
}
|
||||||
sleep(Duration::from_millis(500));
|
sleep(Duration::from_millis(500));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue