mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:05:06 +00:00
Shell: Print job status after suspending a command
This commit is contained in:
parent
22dd5a7021
commit
0c6ce063e6
1 changed files with 3 additions and 0 deletions
|
@ -674,6 +674,9 @@ void Shell::block_on_job(RefPtr<Job> job)
|
||||||
|
|
||||||
loop.exec();
|
loop.exec();
|
||||||
|
|
||||||
|
if (job->is_suspended())
|
||||||
|
job->print_status(Job::PrintStatusMode::Basic);
|
||||||
|
|
||||||
restore_ios();
|
restore_ios();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue