Module:File link: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
m (Reverted changes by 92.47.78.239 (talk) to last version by IPad365)
Line 14: Line 14:
if type(val) ~= 'string' then
if type(val) ~= 'string' then
error(string.format(
error(string.format(
"type error in '%s' parameter of '_main' (expected string, got %s): быть ~~~~",
"type error in '%s' parameter of '_main' (expected string, got %s)",
key, type(val)
key, type(val)
), level)
), level)