Skip to content

Commit

Permalink
Print infolog.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron committed Dec 21, 2024
1 parent 1167606 commit 97f6b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/testing/infologtest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ end
function test()
local errors = infologTest()
if #errors > 0 then
Spring.Echo("INFOLOG", table.concat(errors, "\n"))
error(table.concat(errors, "\n"), 0)
end
end

0 comments on commit 97f6b14

Please sign in to comment.