here's my code ```javascript extract(bufferZip.buffer, { dir: `${__dirname}/assets`}, err => { if (err) console.log(err) }) ``` I throw buffer as the input arguments, thanks for helping.