dai-cli

自动化上传

2022/12/30 19:33:11

更改列表

index.js 3(+0 -3)

详细信息

index.js 3(+0 -3)

diff --git a/index.js b/index.js
index 189b460..c342c4e 100644
--- a/index.js
+++ b/index.js
@@ -89,7 +89,6 @@ let downloadModule = function (options) {
     });
 };
 let runDev = async function () {
-    debugger;
 };
 let exec = function () {
     return new Promise(async function (a, b) {
@@ -99,7 +98,6 @@ let exec = function () {
             // .description('初始化')
             // .option('-x, --xxx', 'xxx') // 有参数时使用
             .action(async () => {
-                debugger
                 let answers = await inquirer.prompt([
                     {
                         name: 'name',
@@ -257,6 +255,5 @@ exec()
     })
     .catch(function (ex) {
         console.error(ex);
-        debugger;
         process.exit(0);
     });