mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
parent
5eacf62ba3
commit
3d7b8de64f
Notes:
sideshowbarker
2024-07-19 00:47:21 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/3d7b8de64f9 Pull-request: https://github.com/SerenityOS/serenity/pull/4434 Issue: https://github.com/SerenityOS/serenity/issues/3423
@ -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…
Reference in New Issue
Block a user