aghos: add todo

This commit is contained in:
Stanislav Chzhen 2025-08-27 14:57:35 +03:00
parent e400e1757d
commit 20a0702a0c

View File

@ -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{},