Skip to content

Commit 39c769a

Browse files
committed
[RN][CI Fix CI Hermes build
1 parent a034841 commit 39c769a

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/scripts/ios-prebuild

1 file changed

+1
-1
lines changed

packages/react-native/scripts/ios-prebuild/hermes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function checkExistingVersion(
168168
// If the version file does not exist or the version does not match, delete the artifacts folder
169169
fs.rmSync(artifactsPath, {recursive: true, force: true});
170170
hermesLog(
171-
`Hermes artifacts folder already exists, but version does not match. Deleting: ${artifactsPath}`,
171+
`Hermes artifacts folder already exists, but version does not match (File version ${versionFileContent.trim()}, resolvedVersion ${resolvedVersion}).\nDeleting: ${artifactsPath}`,
172172
);
173173
// Lets create the version.txt file
174174
fs.mkdirSync(artifactsPath, {recursive: true});

0 commit comments

Comments
 (0)