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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.185",
3
+ "version": "2.0.186",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -564,7 +564,7 @@ initialEnvironment({
564
564
 
565
565
  function createDevelopFiles(waitMessage = '', successMessage = '') {
566
566
  if (!checkStringIsEmpty(waitMessage)) {
567
- promptSuccess(waitMessage);
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
- promptInfo(successMessage);
687
+ promptSuccess(successMessage);
688
688
  promptEmptyLine();
689
689
  }
690
690
  }