Open winterwolf opened 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.
require "moonscript"
You could try this PR: https://github.com/leafo/moonscript/pull/311
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.