Compare commits
No commits in common. "842f1e76348f615e5c173b00d2ce4562defb0737" and "3527530e399b57e1d904a6f60ce74021d4dc14b8" have entirely different histories.
842f1e7634
...
3527530e39
Binary file not shown.
|
@ -517,7 +517,7 @@ impl World {
|
||||||
self.maybe_do_io().await;
|
self.maybe_do_io().await;
|
||||||
if self.kill_signal {
|
if self.kill_signal {
|
||||||
let mut outbox = self.flush_buffers();
|
let mut outbox = self.flush_buffers();
|
||||||
outbox.push(MsgOut::Error("Ludus stopped by user".to_string()));
|
outbox.push(MsgOut::Error("Ludus killed by user".to_string()));
|
||||||
do_io(outbox).await;
|
do_io(outbox).await;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user