https://nodejs.org/api/fs.html#fs_caveats states that fs.watch(filename[, options][, listener])
's recursive option is only available to OS X and Windows.
So, how could it be implemented on Linux?
https://nodejs.org/api/fs.html#fs_caveats states that fs.watch(filename[, options][, listener])
's recursive option is only available to OS X and Windows.
So, how could it be implemented on Linux?