mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
Shell: Mark And and Or nodes as execute nodes
This commit is contained in:
committed by
Andreas Kling
parent
3a37e8c56f
commit
d2bdbc3e77
@@ -688,6 +688,9 @@ RefPtr<Value> Execute::run(RefPtr<Shell> shell)
|
||||
{
|
||||
RefPtr<Job> job;
|
||||
|
||||
if (m_command->would_execute())
|
||||
return m_command->run(shell);
|
||||
|
||||
auto initial_commands = m_command->run(shell)->resolve_as_commands(shell);
|
||||
decltype(initial_commands) commands;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user