Closed krasuki closed 3 years ago
Error in the exception example from : https://github.com/lucagrulla/node-tail/blob/master/README.md#configuration
Forget '(' for condition Expected =>
try { new Tail('missingFile.txt') } catch (ex) { console.log(ex) }
Fixed.
Error in the exception example from : https://github.com/lucagrulla/node-tail/blob/master/README.md#configuration
Forget '(' for condition Expected =>