Fixed dumb bug.

This commit is contained in:
Bruce Hill 2018-07-10 17:13:48 -07:00
parent 3fd5687370
commit 26a6174f28
2 changed files with 2 additions and 1 deletions

View File

@ -493,6 +493,7 @@ do
end
end
map_sources(lua)
map[lua_line] = map[lua_line] or nomsu_line
map[0] = 0
SOURCE_MAP[source_key] = map
end

View File

@ -323,7 +323,7 @@ with NomsuCompiler
nomsu_line = files.get_line_number(file, s.source.start)
for b in *s.bits do map_sources(b)
map_sources(lua)
--map[lua_line] or= nomsu_line
map[lua_line] or= nomsu_line
map[0] = 0
-- Mapping from lua line number to nomsu line numbers
SOURCE_MAP[source_key] = map