diff --git a/Shell/Shell.cpp b/Shell/Shell.cpp index debfcded94..8fc3ac82d9 100644 --- a/Shell/Shell.cpp +++ b/Shell/Shell.cpp @@ -674,6 +674,9 @@ void Shell::block_on_job(RefPtr job) loop.exec(); + if (job->is_suspended()) + job->print_status(Job::PrintStatusMode::Basic); + restore_ios(); }