easy-soft-develop 2.0.185 → 2.0.186
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/package.json
CHANGED
|
@@ -564,7 +564,7 @@ initialEnvironment({
|
|
|
564
564
|
|
|
565
565
|
function createDevelopFiles(waitMessage = '', successMessage = '') {
|
|
566
566
|
if (!checkStringIsEmpty(waitMessage)) {
|
|
567
|
-
|
|
567
|
+
promptInfo(waitMessage);
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
mkdirSync(`./develop`);
|
|
@@ -684,7 +684,7 @@ function createDevelopFiles(waitMessage = '', successMessage = '') {
|
|
|
684
684
|
//#endregion
|
|
685
685
|
|
|
686
686
|
if (!checkStringIsEmpty(successMessage)) {
|
|
687
|
-
|
|
687
|
+
promptSuccess(successMessage);
|
|
688
688
|
promptEmptyLine();
|
|
689
689
|
}
|
|
690
690
|
}
|