updated eris version

This commit is contained in:
Florian Nücke 2013-11-11 02:28:30 +01:00
parent 2be5daf0a2
commit b169748cf6
3 changed files with 0 additions and 3 deletions

View File

@ -87,9 +87,6 @@ sandbox = {
create = coroutine.create,
resume = function(co, ...) -- custom resume part for bubbling sysyields
checkArg(1, co, "thread")
if co == coroutine.running() then
return nil, "cannot resume non-suspended coroutine"
end
local args = table.pack(...)
while true do -- for consecutive sysyields
debug.sethook(co, checkDeadline, "", 10000)