mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:25:07 +00:00
parent
5eacf62ba3
commit
3d7b8de64f
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ RefPtr<Job> Shell::run_command(const AST::Command& command)
|
|||
if (rewiring_result.is_error()) {
|
||||
if (!rewiring_result.error().is_empty())
|
||||
fprintf(stderr, "error: %s\n", rewiring_result.error().characters());
|
||||
return IterationDecision::Continue;
|
||||
return IterationDecision::Break;
|
||||
}
|
||||
auto& rewiring = rewiring_result.value();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue