leafo / moonscript

:crescent_moon: A language that compiles to Lua
https://moonscript.org
3.22k stars 191 forks source link

love2d errors #386

Open winterwolf opened 5 years ago

winterwolf commented 5 years ago

Greetings! I require "moonscript" in my love2d project and now, when error happens, it refers to .moon file instead of .lua, which is awesome, but it points to wrong line numbers and I have no idea how to fix that.

svermeulen commented 5 years ago

You could try this PR: https://github.com/leafo/moonscript/pull/311