mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-02 12:30:31 +00:00
Shell: Print job status after suspending a command
This commit is contained in:
parent
22dd5a7021
commit
0c6ce063e6
Notes:
sideshowbarker
2024-07-19 04:13:29 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0c6ce063e66
1 changed files with 3 additions and 0 deletions
|
@ -674,6 +674,9 @@ void Shell::block_on_job(RefPtr<Job> job)
|
|||
|
||||
loop.exec();
|
||||
|
||||
if (job->is_suspended())
|
||||
job->print_status(Job::PrintStatusMode::Basic);
|
||||
|
||||
restore_ios();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue