Investigation continues

This commit is contained in:
Holly Stubbs 2023-07-28 09:59:34 +01:00 committed by GitHub
parent 0c253b1c95
commit 530b468dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) {