fix: Print correct error in build.gradle
This commit is contained in:
parent
f0ea18115e
commit
6825c1f587
@ -62,7 +62,7 @@ static def findNodeModules(baseDir) {
|
|||||||
}
|
}
|
||||||
basePath = basePath.getParent()
|
basePath = basePath.getParent()
|
||||||
}
|
}
|
||||||
throw new GradleException("react-native-worklets: Failed to find node_modules/ path!")
|
throw new GradleException("react-native-vision-camera: Failed to find node_modules/ path!")
|
||||||
}
|
}
|
||||||
|
|
||||||
def nodeModules = findNodeModules(projectDir)
|
def nodeModules = findNodeModules(projectDir)
|
||||||
|
Loading…
Reference in New Issue
Block a user