환경변수를 expand할 수 있음

This commit is contained in:
2023-11-29 18:46:10 +09:00
parent 6eaa856688
commit 023a2a5194
4 changed files with 12 additions and 5 deletions

View File

@ -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),