mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Redirect cmds output to stdout.
This commit is contained in:
parent
95cd890e40
commit
15a90c831b
@ -132,7 +132,7 @@ func sortStrings(slice []string) []string {
|
||||
|
||||
func execCmd(name string, args ...string) (*os.Process, error) {
|
||||
cmd := exec.Command(name, args...)
|
||||
if false {
|
||||
if true {
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user