Update dummy.rs

This commit is contained in:
Shunsuke Shibayama 2022-09-14 16:12:49 +09:00
parent 988a9e2322
commit 08dfca20db

View file

@ -51,7 +51,9 @@ impl Runnable for DummyVM {
break Some(stream);
}
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));
continue;
}