mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
LibCore: Make Process::wait_for_termination return exit code
This commit is contained in:
parent
3468a83e45
commit
866609c682
Notes:
github-actions[bot]
2024-11-19 22:28:23 +00:00
Author: https://github.com/stasoid
Commit: 866609c682
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2377
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 8 additions and 9 deletions
|
@ -79,8 +79,7 @@ public:
|
|||
ErrorOr<void> disown();
|
||||
#endif
|
||||
|
||||
// FIXME: Make it return an exit code.
|
||||
ErrorOr<bool> wait_for_termination();
|
||||
ErrorOr<int> wait_for_termination();
|
||||
|
||||
private:
|
||||
#ifndef AK_OS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue