mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-07 00:04:40 +00:00
Shell: Print job status after suspending a command
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user