forked from Silverfish/proton-bridge
GODT-2039: bridge monitors bridge-gui via its PID.
This commit is contained in:
committed by
Romain LE JEUNE
parent
f5148074fd
commit
3b9a3aaad2
@ -56,6 +56,7 @@ func New(
|
||||
updater types.Updater,
|
||||
restarter types.Restarter,
|
||||
locations *locations.Locations,
|
||||
parentPID int,
|
||||
) Frontend {
|
||||
switch frontendType {
|
||||
case GRPC:
|
||||
@ -66,6 +67,7 @@ func New(
|
||||
updater,
|
||||
restarter,
|
||||
locations,
|
||||
parentPID,
|
||||
)
|
||||
|
||||
case CLI:
|
||||
|
||||
Reference in New Issue
Block a user