🚧 Improve debug output
This commit is contained in:
parent
a578d21663
commit
f578b194ac
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ import getSolidpkg from './ssn/getSolidpkg';
|
||||||
(async () => {
|
(async () => {
|
||||||
//----- PATCHMANIFEST -----
|
//----- PATCHMANIFEST -----
|
||||||
//.patchmanifest files contain a single XML file called "manifest.xml"
|
//.patchmanifest files contain a single XML file called "manifest.xml"
|
||||||
const patchmanifestXml = await getPatchmanifest('assets_swtor_de_de');
|
//const patchmanifestXml = await getPatchmanifest('assets_swtor_de_de');
|
||||||
console.log(patchmanifestXml);
|
//console.log(patchmanifestXml);
|
||||||
|
|
||||||
//----- SOLIDPKG -----
|
//----- SOLIDPKG -----
|
||||||
//.solidpkg files contain a single Bencode file called "metafile.solid"
|
//.solidpkg files contain a single Bencode file called "metafile.solid"
|
||||||
const solidFile = await getSolidpkg('assets_swtor_de_de', -1, 0);
|
const solidFile = await getSolidpkg('assets_swtor_de_de', -1, 0);
|
||||||
console.log(solidFile);
|
console.log(solidFile.files);
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue