electron-json-storage icon indicating copy to clipboard operation
electron-json-storage copied to clipboard

Add .watch()

Open gabifromkorea opened this issue 7 years ago • 1 comments

I was planning to use fs.watch or fs.watchfile on the node api, but there were several problems (eg. called twice), so i found the library 'chokidar' that solved these problems and used it to create a .watch() method

gabifromkorea avatar Feb 09 '18 12:02 gabifromkorea

Sorry for taking so long. The overall approach looks good, but the tests seem to be failing.

jviotti avatar Mar 23 '18 16:03 jviotti