Commit 1d99372d authored by rockyl's avatar rockyl

去除掉ts编译的中间过程

parent 733de042
...@@ -22,7 +22,7 @@ exports.execute = async function (program) { ...@@ -22,7 +22,7 @@ exports.execute = async function (program) {
for (let file of indexFiles) { for (let file of indexFiles) {
console.log(file); console.log(file);
params.input = file; params.input = file;
await executeFile(program); await executeFile(params);
} }
} else { } else {
await executeFile(program); await executeFile(program);
......
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