createReadStream(source) .pipe(unzipper.Extract({ path: destination })) .on('error',function (err){ console.error("something went wrong", err.code); throw ...
確定! 回上一頁