jcartledge / sublime-worksheet

An inline REPL for JavaScript, PHP, Ruby & more in Sublime Text 2 and 3
MIT License
332 stars 18 forks source link

Bug when there is no newline at EOF #17

Closed jcartledge closed 11 years ago

jcartledge commented 11 years ago

Weird things happen when we try to compensate for no newline at EOF, so make sure there is a newline at EOF then don't do anything special with it.