mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Shell: Avoid recreating the event loop before exec()
This stops the local socket creation spam.
This commit is contained in:
committed by
Andreas Kling
parent
3c41487db7
commit
0141f7e7fd
@@ -260,6 +260,7 @@ private:
|
||||
HashMap<String, String> m_aliases;
|
||||
bool m_is_interactive { true };
|
||||
bool m_is_subshell { false };
|
||||
bool m_should_reinstall_signal_handlers { true };
|
||||
|
||||
bool m_should_format_live { false };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user