fix: correct forward stdout / stderr from script executor

This commit is contained in:
2025-04-27 18:28:20 +03:00
parent 2b7c2bbbb3
commit 6135e55f92
5 changed files with 18 additions and 12 deletions

View File

@ -237,6 +237,7 @@ func GetSafeScriptExecutor() (ScriptExecutor, func(), error) {
UnixSocketConfig: &plugin.UnixSocketConfig{
Group: "alr",
},
SyncStderr: os.Stderr,
})
rpcClient, err := client.Client()
if err != nil {