diff options
Diffstat (limited to 'code_obj.moon')
| -rw-r--r-- | code_obj.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code_obj.moon b/code_obj.moon index 22969a4..cb8eae2 100644 --- a/code_obj.moon +++ b/code_obj.moon @@ -245,7 +245,7 @@ class LuaCode extends Code walk self, 1 return { nomsu_filename:@source.filename - lua_filename:tostring(@source)..".lua", lua_file:@stringify! + lua_filename:tostring(@source)..".lua", lua_file:@text! :lua_to_nomsu, :nomsu_to_lua } |
