From 530b468dfb1791b3d8905750386af9a037743a01 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 28 Jul 2023 09:59:34 +0100 Subject: [PATCH] Investigation continues --- tooling/fileSmasher.ts | 2 ++ 1 file changed, 2 insertions(+) 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) {