manidlou / node-klaw-sync

Node.js recursive synchronous fast file system walker
MIT License
157 stars 10 forks source link

Fixing logic issues #12

Closed Geelik closed 6 years ago

Geelik commented 6 years ago

Hi,

I completely reworkerd the logic. Now the logic for file and directory is correctly separated.

It fix #10 and #11 and i added tests for them.

manidlou commented 6 years ago

@Geelik thanks for your contribution! Will you squash this please?

Geelik commented 6 years ago

Done it, hope it's good for you

manidlou commented 6 years ago

Thanks @Geelik!