feat: more parts of lua

This commit is contained in:
2026-04-23 12:05:28 +02:00
parent a449778b44
commit 5c1399a061
8 changed files with 8 additions and 8 deletions

View File

@@ -40,4 +40,4 @@ defmodule BDS.Scripting.LuaTest do
assert {:error, {:reductions_exceeded, _count}} =
BDS.Scripting.execute(source, "main", [], timeout: 1_000, max_reductions: 100)
end
end
end