Mischback / fileobject-walker

Walk fileobjects recursively and apply a provided payload to them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`stat` vs `lstat`

Mischback opened this issue · comments

Currently fileobject-walker uses stat from fs/promises.

Should this be switched to lstat?