mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:58:12 +00:00
Base: Launch InspectorServer at session start-up
This commit is contained in:
parent
b01822bdd4
commit
c248569d6b
5 changed files with 9 additions and 10 deletions
|
@ -359,7 +359,7 @@ EventLoop::~EventLoop()
|
|||
bool connect_to_inspector_server()
|
||||
{
|
||||
#ifdef __serenity__
|
||||
auto maybe_socket = Core::Stream::LocalSocket::connect("/tmp/portal/inspectables");
|
||||
auto maybe_socket = Core::Stream::LocalSocket::connect("/tmp/user/%uid/portal/inspectables");
|
||||
if (maybe_socket.is_error()) {
|
||||
dbgln("connect_to_inspector_server: Failed to connect: {}", maybe_socket.error());
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue