tail-file-node
tail-file-node copied to clipboard
A node.js version of unix's "tail -f" command
Results
2
tail-file-node issues
Sort by
recently updated
recently updated
newest added
…a test for them
Hi, I wonder if it would be possible to include a pause and resume method. I am assuming that it should be fairly simple: ```javascript pause() { if (this[kQuitting]) return...