mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
pledge_domains() that takes only one String argument was specifically added as a shortcut for pledging a single domain. So, it makes sense to use singular here.
This commit is contained in:
parent
873f4d5de6
commit
32b8795091
27 changed files with 28 additions and 28 deletions
|
@ -245,7 +245,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
TRY(Core::System::pledge("stdio tty rpath cpath wpath recvfd sendfd proc exec unix"));
|
||||
|
||||
Config::pledge_domains("Terminal");
|
||||
Config::pledge_domain("Terminal");
|
||||
|
||||
const char* command_to_execute = nullptr;
|
||||
bool keep_open = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue