mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibCore: Port Command::write_lines to ErrorOr
Keeping this in line with Command::write.
This commit is contained in:
parent
5dd93474ee
commit
125145c682
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/shannonbooth
Commit: 125145c682
Pull-request: https://github.com/SerenityOS/serenity/pull/19994
Reviewed-by: https://github.com/AtkinsSJ
3 changed files with 6 additions and 8 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
ErrorOr<void> write(StringView input);
|
||||
|
||||
bool write_lines(Span<DeprecatedString> lines);
|
||||
ErrorOr<void> write_lines(Span<DeprecatedString> lines);
|
||||
|
||||
ErrorOr<ProcessOutputs> read_all();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue