Skip to content

Commit

Permalink
I cannot READ
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 22, 2023
1 parent aa0aabf commit da4bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ async function getManifestCallback(manifestBody) {
const pkgManifestLine = pkgManifestLines[index];
if (! pkgManifestLine.includes(".")) {
continue; // Not a file in the manifest! (yes, this is quite a lazy way to check it lol)
} else if (! packageName.endsWith(".zip")) {
} else if (! pkgManifestLine.endsWith(".zip")) {
continue;
}

Expand Down

0 comments on commit da4bdb9

Please sign in to comment.