From 6e281c40aa09d7570d9b166af150d238b860b39a Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Wed, 3 Nov 2021 12:54:51 +0300 Subject: [PATCH] remove wrote line --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5ff05d4..dab910f 100644 --- a/index.js +++ b/index.js @@ -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)`)}`);