Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/react-native/scripts/ios-prebuild/hermes.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function checkExistingVersion(
`Hermes artifacts already downloaded and up to date: ${artifactsPath}`,
);
return true;
} else {
hermesLog(`Version mismatch: ${versionFileContent.trim()} != ${resolvedVersion}`);
}
}
// If the version file does not exist or the version does not match, delete the artifacts folder
Expand Down
Loading