Commit da707407 authored by rockyl's avatar rockyl

打印日志

parent fead50c7
...@@ -20,6 +20,7 @@ exports.execute = async function (program) { ...@@ -20,6 +20,7 @@ exports.execute = async function (program) {
projectPath: program.projectPath, projectPath: program.projectPath,
}; };
for(let file of indexFiles){ for(let file of indexFiles){
console.log(file);
params.input = file; params.input = file;
code = await executeDeclareGenerator(params); code = await executeDeclareGenerator(params);
if(code > 0){ if(code > 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment