1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

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

This commit is contained in:
Jorge Miguel Lobo Escalona 2022-05-11 13:53:05 +02:00 committed by GitHub
parent 4da7669431
commit aa4785d4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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