mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +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.is_error()) {
|
||||||
if (!rewiring_result.error().is_empty())
|
if (!rewiring_result.error().is_empty())
|
||||||
fprintf(stderr, "error: %s\n", rewiring_result.error().characters());
|
fprintf(stderr, "error: %s\n", rewiring_result.error().characters());
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Break;
|
||||||
}
|
}
|
||||||
auto& rewiring = rewiring_result.value();
|
auto& rewiring = rewiring_result.value();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue