Cleanup whitespace

This commit is contained in:
Engineer Smith
2025-11-21 17:47:37 +00:00
committed by GitHub
parent d8ec2d884f
commit 5c1106ec28
+1 -1
View File
@@ -273,7 +273,7 @@ function love.errorhandler(msg)
end
table.insert(err, "\n")
for l in trace:gmatch("([^\n]+)") do
if not l:match("boot.lua") then
l = l:gsub("stack traceback:", "Traceback\n")