Investigation continues
This commit is contained in:
parent
0c253b1c95
commit
530b468dfb
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ function readDir(nam:string) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(file);
|
||||||
|
|
||||||
// This is a very dumb way of checking for folders
|
// This is a very dumb way of checking for folders
|
||||||
// protip: don't do this.
|
// protip: don't do this.
|
||||||
if (statSync(`${nam}/${file}`).size == 0) {
|
if (statSync(`${nam}/${file}`).size == 0) {
|
||||||
|
|
Loading…
Reference in a new issue