diff --git a/tooling/fileSmasher.ts b/tooling/fileSmasher.ts index 5d00d8c..5bae872 100644 --- a/tooling/fileSmasher.ts +++ b/tooling/fileSmasher.ts @@ -15,6 +15,8 @@ function readDir(nam:string) { continue; } + console.log(file); + // This is a very dumb way of checking for folders // protip: don't do this. if (statSync(`${nam}/${file}`).size == 0) {