We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc53eae commit e922dc9Copy full SHA for e922dc9
Package/gulpfile.js
@@ -93,7 +93,7 @@ const initializeSubmodulesMostRecentBabylonNative = async () => {
93
}
94
else
95
{
96
- exec('git submodule update --init --recursive *', './../Modules/@babylonjs/react-native/submodules/BabylonNative');
+ exec('git submodule update --init --recursive', './../Modules/@babylonjs/react-native/submodules/BabylonNative');
97
98
99
exec('git status');
0 commit comments