Skip to content

Commit

Permalink
sc: log path to mis-sized objects
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Sep 27, 2023
1 parent 26643dc commit 99872ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/sc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ local function check_container(obj, path)
--print (' OK')
else
bold (t)
err (' NOT OK '.. s .. ' ' .. s2)
err (' NOT OK '.. s .. ' ' .. s2 .. ' at ' .. path .. '.' .. k)
end
end

Expand Down

0 comments on commit 99872ed

Please sign in to comment.