Skip to content

Commit

Permalink
fix: duplicate suffix (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Jul 18, 2024
1 parent a1d0a87 commit f297ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minifier/next_gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ async function main() {
console.timeEnd("total-json-parse");

const uniqueJsonManifest = {
version: `${id}${suffix}`,
version: `${id}`,
};

const savePath = path.join(__dirname, `json/manifest.json`);
Expand Down

0 comments on commit f297ee6

Please sign in to comment.