aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lanes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.lua b/src/lanes.lua
index 9029534..8c135c2 100644
--- a/src/lanes.lua
+++ b/src/lanes.lua
@@ -521,7 +521,7 @@ if first_time then
521 end 521 end
522 end 522 end
523 end 523 end
524 gen( "*", { priority=max_prio}, timer_body)() -- "*" instead of "io,package" for LuaJIT compatibility... 524 gen( "*", { package= {}, priority = max_prio}, timer_body)() -- "*" instead of "io,package" for LuaJIT compatibility...
525end 525end
526 526
527----- 527-----