typescript-ruby / typescript-rails

An asset pipeline wrapper for the TypeScript language
MIT License
255 stars 29 forks source link

Remove extra newline that was causing incorrect line numbers in error messages #20

Closed danfarino closed 9 years ago

danfarino commented 9 years ago

The l variable already has the newline from the input. No need to add it explicitly.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 53d82039cbf8094d24c30b4989400d42177f84fc on danfarino:master into a07bef94d499c66d97b191a78bf88cb325d40bfd on typescript-ruby:master.

gfx commented 9 years ago

I'm sorry to be late. I think this is duplicate of #15, which I have merged just now.