codeplay-common 4.0.1 ā 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -2084,11 +2084,11 @@ if (hasMandatoryUpdate) {
|
|
|
2084
2084
|
process.exit(1);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
|
-
console.log('\nš All mandatory plugins auto-updated!
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
return;
|
|
2087
|
+
console.log('\nš All mandatory plugins auto-updated! Skipping recheck for speed.\n');
|
|
2088
|
+
|
|
2089
|
+
saveUpdateLogs();
|
|
2090
|
+
resolve();
|
|
2091
|
+
return;
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
|