mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 09:27:00 +02:00
Notes:
sideshowbarker
2024-07-19 05:00:09 +09:00
Author: https://github.com/tomuta Commit: https://github.com/SerenityOS/serenity/commit/6dfd5035183 Pull-request: https://github.com/SerenityOS/serenity/pull/2718 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bugaevc
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user