Подавлен ввод в stderr
All checks were successful
drawio-export/pipeline/head This commit looks good
All checks were successful
drawio-export/pipeline/head This commit looks good
This commit is contained in:
parent
15cdc05622
commit
0883a15d34
@ -162,7 +162,7 @@ func (exp Exporter) ExportFile(
|
||||
}
|
||||
cmd := exec.Command(exp.opts.App(), drawioArgs...)
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
cmd.Stderr = nil
|
||||
commands = append(commands, cmd)
|
||||
}
|
||||
return commands, err
|
||||
|
Loading…
Reference in New Issue
Block a user