Always use fs.watch
to determine when logfiles have changed
#83
Labels
enhancement
New feature or request
fs.watch
to determine when logfiles have changed
#83
This tracks reverting #82 (comment), once the underlying Node issue (probably nodejs/node#29460) has been fixed.
(To be precise, we won't be able to do a straight revert, rather will need to check the Node version and re-enable
fs.watch
in >= whatever version Node lands the fix.)The text was updated successfully, but these errors were encountered: