🎨 Improve debug output
This commit is contained in:
parent
e9ba519db3
commit
b87236a435
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import readSsnFile from './readSsnFile';
|
|||
|
||||
export default async function getPatch(product: Product, from: number, to: number) {
|
||||
const solidPkg = await getSolidpkg(product, from, to);
|
||||
console.log(solidPkg.files);
|
||||
|
||||
const bufferArray = await Promise.all(solidPkg.files.map((file) => getUrlContents({ host: 'cdn-patch.swtor.com', path: `/patch/${product}/${product}_${from}to${to}/${file.name}` })));
|
||||
const zipFile = bufferArray[bufferArray.length - 1];
|
||||
|
|
Loading…
Reference in a new issue