diff --git a/internal/aghos/os.go b/internal/aghos/os.go index 0c0460b4..e756923d 100644 --- a/internal/aghos/os.go +++ b/internal/aghos/os.go @@ -114,6 +114,8 @@ func PIDByCommand( l.DebugContext(ctx, "executing", "cmd", psCmd, "args", psArgs) stdoutBuf := bytes.Buffer{} + + // TODO(s.chzhen): Catch stderr. runErr := executil.Run( ctx, executil.SystemCommandConstructor{},