diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-09 04:37:16 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-09 04:37:16 -0700 |
| commit | 2f1c0284fe81446a603ad0e00fcf5137596156cf (patch) | |
| tree | ff7ab9ae8978fb77353ba6d6cb2647d2c1428a60 /nomsu.lua | |
| parent | 286b421f0e2ec4cfa713f1c3698ed465509dfeb1 (diff) | |
Test fix.
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -339,6 +339,7 @@ do if max_operations then local timeout timeout = function() + debug.sethook() return self:error("Execution quota exceeded. Your code took too long.") end debug.sethook(timeout, "", max_operations) |
