fixed issue #265

This commit is contained in:
Damien Courtois 2015-03-26 09:58:58 +01:00
parent 45a694acb5
commit 0c3a2bb2e3

View File

@ -57,10 +57,6 @@
end
local chunk, err = loadfile(p)
if not chunk then
error(err, 0)
end
return chunk
end