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
TypeError: "list" argument must be an Array of Buffers
Function.concat
node_modules/buffer/index.js:399
396 | for (i = 0; i < list.length; ++i) {
397 | var buf = list[i]
398 | if (!Buffer.isBuffer(buf)) {
TypeError: "list" argument must be an Array of Buffers
Function.concat
node_modules/buffer/index.js:399
396 | for (i = 0; i < list.length; ++i) {
397 | var buf = list[i]
398 | if (!Buffer.isBuffer(buf)) {
The text was updated successfully, but these errors were encountered: