fatoldsun00 / node-red-contrib-watchdirectory

Watch directory for create, update, delete event
9 stars 6 forks source link

Make recursive a number to match chokidar #1

Closed NoFr1ends closed 4 years ago

NoFr1ends commented 4 years ago

chokidar expect the recursive parameter to be a number.

Current situation: Enabling recursive will only watch directories in a depth of one directory.

This PR changes the recursive parameter to be a number so the user can choose the depth of folders to watch.

Note: The node_modules folder shouldn't be included in the repository. I included this in the .gitignore but didn't removed the folder.

fatoldsun00 commented 4 years ago

TY !

NoFr1ends commented 4 years ago

@fatoldsun00 Is it possible to get this version published soon?

fatoldsun00 commented 4 years ago

@NoFr1ends It's done, on git and npm, V 1.0.14