mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
parent
5eacf62ba3
commit
3d7b8de64f
Notes:
sideshowbarker
2024-07-19 00:47:21 +09:00
Author: https://github.com/linusg
Commit: 3d7b8de64f
Pull-request: https://github.com/SerenityOS/serenity/pull/4434
Issue: https://github.com/SerenityOS/serenity/issues/3423
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