🐛 Fix solidpkg reader
This commit is contained in:
parent
90a090f6e3
commit
6d38db6ea0
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export default function readSolidpkg(buffer: Buffer) {
|
||||||
if (pos < 0) {
|
if (pos < 0) {
|
||||||
throw new Error('Could not find end of central dir.');
|
throw new Error('Could not find end of central dir.');
|
||||||
}
|
}
|
||||||
|
pos += 4;
|
||||||
|
|
||||||
//skip 6 bytes
|
//skip 6 bytes
|
||||||
pos += 6;
|
pos += 6;
|
||||||
|
|
Loading…
Reference in a new issue