with normal string gob

This commit is contained in:
2022-11-05 23:09:16 +01:00
parent 60623df003
commit e34aa4134e
3 changed files with 7 additions and 4 deletions

View File

@@ -237,5 +237,9 @@ func (pr *PluginRegister) Do(ctx context.Context, clientName string, commandName
return client.plugin.Do(ctx, commandName, args)
})
if err := errgroup.Wait(); err != nil {
return err
}
return nil
}