fix: add UUID to server process during find in Server.pm

main
Tsu-ba-me 1 year ago committed by Yanhao Lei
parent fc94e8ce5c
commit 92a4027f9f
  1. 2
      Anvil/Tools/Server.pm

@ -540,7 +540,7 @@ sub find_processes
server_vnc => $vnc, server_vnc => $vnc,
}}); }});
$result->{uuids}{$uuid} = { name => $name }; $result->{uuids}{$uuid} = { name => $name, uuid => $uuid };
# Record name to UUID mapping # Record name to UUID mapping
$result->{names}{$name} = $uuid; $result->{names}{$name} = $uuid;

Loading…
Cancel
Save