mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 03:31:42 +00:00
output file rename
This commit is contained in:
@ -177,6 +177,7 @@ func RunProcess(wait bool, label string, execPath string, args []string, input s
|
||||
if wait {
|
||||
<-proc.WaitCh
|
||||
output := pcm.ReadOutput(proc)
|
||||
fmt.Println("Read output", output)
|
||||
if proc.ExitState == nil {
|
||||
return &ResponseRunProcess{
|
||||
Success: true,
|
||||
|
Reference in New Issue
Block a user