1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

F #5625: fix error download file (#2030)

(cherry picked from commit aa4785d4b94d4db9c9c22410aa587a270c3cc5fd)
This commit is contained in:
Jorge Miguel Lobo Escalona 2022-05-11 13:53:05 +02:00 committed by Tino Vazquez
parent eef7abd8cd
commit 9eb2d18343
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -170,7 +170,7 @@ const downloadApp = (
)
const execChild = exec(
downloadCmd,
{ maxBuffer: 1024 ** 3 },
{ maxBuffer: 1024 ** 3, encoding: '' },
(error) => {
error &&
writeInLogger(error) &&