환경변수를 expand할 수 있음
This commit is contained in:
@ -183,7 +183,7 @@ func (hc *houstonClient) makeOperationQueryRequest() *protos.OperationQueryReque
|
||||
for _, child := range hc.childProcs {
|
||||
procs = append(procs, &protos.ProcessDescription{
|
||||
Name: child.name,
|
||||
Args: child.args,
|
||||
Args: child.cmd.Args,
|
||||
Version: child.version,
|
||||
State: child.getState(),
|
||||
Pid: int32(child.cmd.Process.Pid),
|
||||
|
||||
Reference in New Issue
Block a user