mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 04:00:40 +00:00
fix: dont set stdout and stderr by default
This commit is contained in:
parent
23eca50904
commit
119641f63a
@ -51,8 +51,6 @@ func Command(name string, arg ...string) (*Cmd, error) {
|
||||
}
|
||||
|
||||
cmd.Env = os.Environ()
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
||||
return cmd, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user