mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
Shell: Print job status after suspending a command
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 04:13:29 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0c6ce063e66
@@ -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