theprogrammablemind_4wp 7.7.0-beta.10 → 7.7.0-beta.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/config.js +5 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -1071,6 +1071,11 @@ class Config {
|
|
1071
1071
|
}
|
1072
1072
|
}
|
1073
1073
|
|
1074
|
+
if (startOfChanges) {
|
1075
|
+
console.log('templateQueries[startOfChanges]', templateQueries[startOfChanges]);
|
1076
|
+
console.log('instanceQueries[startOfChanges]', instanceQueries[startOfChanges]);
|
1077
|
+
}
|
1078
|
+
|
1074
1079
|
// things were deleted case
|
1075
1080
|
if (templateQueries.length < instanceQueries.length) {
|
1076
1081
|
startOfChanges = instanceQueries.length
|