mirror of
https://github.com/RGBCube/serenity
synced 2025-07-04 15:17:35 +00:00
parent
6751d03ea7
commit
6dfd503518
3 changed files with 7 additions and 17 deletions
|
@ -516,9 +516,6 @@ void Shell::restore_stdin()
|
|||
|
||||
void Shell::block_on_job(RefPtr<Job> job)
|
||||
{
|
||||
ScopedValueRollback accepting_signal_rollback(m_is_accepting_signals);
|
||||
m_is_accepting_signals = false;
|
||||
|
||||
if (!job)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue