mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
(cherry picked from commit aa4785d4b94d4db9c9c22410aa587a270c3cc5fd)
This commit is contained in:
parent
eef7abd8cd
commit
9eb2d18343
@ -170,7 +170,7 @@ const downloadApp = (
|
||||
)
|
||||
const execChild = exec(
|
||||
downloadCmd,
|
||||
{ maxBuffer: 1024 ** 3 },
|
||||
{ maxBuffer: 1024 ** 3, encoding: '' },
|
||||
(error) => {
|
||||
error &&
|
||||
writeInLogger(error) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user