Skip to content

Commit

Permalink
Revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Feb 26, 2025
1 parent cdcb549 commit 84d2bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/load-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function initializePackageIndex(
);
}

if (lockfile.info.version !== API.version && false) {
if (lockfile.info.version !== API.version) {
throw new Error(
"Lock file version doesn't match Pyodide version.\n" +
` lockfile version: ${lockfile.info.version}\n` +
Expand Down

0 comments on commit 84d2bfe

Please sign in to comment.