You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,6 +11,7 @@ import {spawnDevToolCli} from './toolcli';
13
11
import{getConfigs}from'./getConfigs';
14
12
import{WXA_PROJECT_NAME}from'./const/wxaConfigs';
15
13
import{isEmpty}from'./utils';
14
+
importloggerfrom'./helpers/logger';
16
15
17
16
constversion=require('../package.json').version;
18
17
@@ -97,8 +96,7 @@ commander
97
96
.option('--cli-path [cliPath]','微信开发者工具路径')
98
97
.action((cmd)=>{
99
98
logger.info('Hey',`This is ${chalk.keyword('orange')('wxa@'+version)}, Running in ${chalk.keyword('orange')(process.env.NODE_ENV||'development')}, Tester Mode`);
0 commit comments