KayK
Denoβ€’3y agoβ€’
2 replies
Kay

WalkSync dosnt get files

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
for (const entry in walkSync(this.client.root + "\\src\\events")) {
    console.log(entry);
}
image.png
Was this page helpful?