stupid github editor is stupid

This commit is contained in:
PixelToast 2014-04-15 19:12:53 -04:00
parent 4734c179f7
commit f49066ee20

View File

@ -6,7 +6,7 @@ local function checkDeadline()
debug.sethook(coroutine.running(), checkDeadline, "", 1)
if not hitDeadline then
deadline = deadline + 0.5
end
end
hitDeadline = true
error("too long without yielding", 0)
end