improve the printing of the result to corespond more to the original.

This commit is contained in:
primardj 2024-04-16 20:00:26 +01:00
parent 92e01299bc
commit a5ceacde6e

View file

@ -202,7 +202,7 @@ impl StatusObj {
ud_string = "";
}
}
if self.pause_run == true {
if self.pause_run == true && self.run_finish {
pause_string = ", paused";
} else {
pause_string = "";