mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
parent
645657865d
commit
37bfaf4e7c
1 changed files with 0 additions and 3 deletions
|
@ -1619,9 +1619,6 @@ RefPtr<Value> IfCond::run(RefPtr<Shell> shell)
|
|||
auto cond_job = cond_job_value->job();
|
||||
|
||||
shell->block_on_job(cond_job);
|
||||
|
||||
if (cond_job->signaled())
|
||||
return create<ListValue>({}); // Exit early.
|
||||
}
|
||||
if (shell->last_return_code == 0) {
|
||||
if (m_true_branch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue