Подавлен вывод вызываемых команд.
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
0883a15d34
commit
6b5f21229c
@ -161,8 +161,6 @@ func (exp Exporter) ExportFile(
|
||||
"--disable-gpu", "--headless", "--no-sandbox")
|
||||
}
|
||||
cmd := exec.Command(exp.opts.App(), drawioArgs...)
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = nil
|
||||
commands = append(commands, cmd)
|
||||
}
|
||||
return commands, err
|
||||
|
Loading…
Reference in New Issue
Block a user