remove wrote line

This commit is contained in:
Jill 2021-11-03 12:54:51 +03:00
parent ead6aa7066
commit 6e281c40aa
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ async function recursiveReaddir(rpath, p, fileNames) {
//console.log(inspect(parsed, false, 10));
const luaFilename = f.replace('.d.ts', '.lua').split('/').pop();
await fs.writeFile(path.resolve(outPath, luaFilename), transpiled);
console.log(` wrote ${chalk.cyanBright(luaFilename)}`);
//console.log(` wrote ${chalk.cyanBright(luaFilename)}`);
}
console.log(`\nfinished transpiling ${chalk.magentaBright(filesAmt)} ${chalk.gray(`+ ${files.length - filesAmt}`)} files in ${chalk.magentaBright(timeTotal + 'ms')} ${chalk.gray(`(${Math.floor(timeParsing/timeTotal * 1000 + 0.5) / 10}% spent parsing)`)}`);