From 20a0702a0c80db7f7832aaa40c04890e274652bd Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Wed, 27 Aug 2025 14:57:35 +0300 Subject: [PATCH] aghos: add todo --- internal/aghos/os.go | 2 ++ 1 file changed, 2 insertions(+) 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{},