MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

The saved file is missing a newline at EOF #80

Closed revl closed 8 years ago

revl commented 9 years ago

If I add a task using TodoTxtJs and then add another one from the command line, the latter gets glued to the former, like this:

Task oneTask two\n

P.S. Very useful tool otherwise. Thanks!

MartinSGill commented 8 years ago

Fixed in 1.6.1