Im trying to read all files of a folder with WalkSync from the deno STD libary but it dosnt see the file thats in it and dosnt log anything ```ts for (const entry in walkSync(this.client.root + "\\src\\events")) { console.log(entry); } ```