You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use your code, all works ok with only some files to package, when I add all the files that I need to package I have an error:
buffer.js:109
return new ArrayBuffer(size);
^
RangeError: Array buffer allocation failed
at new ArrayBuffer (<anonymous>)
at createUnsafeArrayBuffer (buffer.js:109:12)
at createUnsafeBuffer (buffer.js:103:25)
at allocate (buffer.js:321:12)
at Function.allocUnsafe (buffer.js:282:10)
at Function.concat (buffer.js:470:23)
at /home/miguel/git/betaflight/betaflight-configurator/node_modules/stream-to/index.js:39:29
at Pack.onEnd (/home/miguel/git/betaflight/betaflight-configurator/node_modules/stream-to/index.js:18:5)
at Object.onceWrapper (events.js:254:19)
at Pack.emit (events.js:159:13)
The text was updated successfully, but these errors were encountered:
While trying to use your code, all works ok with only some files to package, when I add all the files that I need to package I have an error:
The text was updated successfully, but these errors were encountered: