We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a034841 commit a71ad33Copy full SHA for a71ad33
packages/react-native/scripts/ios-prebuild/hermes.js
@@ -163,6 +163,8 @@ function checkExistingVersion(
163
`Hermes artifacts already downloaded and up to date: ${artifactsPath}`,
164
);
165
return true;
166
+ } else {
167
+ hermesLog(`Version mismatch: ${versionFileContent.trim()} != ${resolvedVersion}`);
168
}
169
170
// If the version file does not exist or the version does not match, delete the artifacts folder
0 commit comments