diff options
| author | ame <[email protected]> | 2024-07-11 12:49:35 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-07-11 12:49:35 -0500 |
| commit | 42838a87b8f49db2ae5781498edf4192c61a21a6 (patch) | |
| tree | 15f3f696f57b39f8158ad14ce6144ea5dd8b3ba0 /tests/h.lua | |
| parent | 5eb06c6392931f84a2cf254627de0a10467ef99c (diff) | |
make reg return table
Diffstat (limited to 'tests/h.lua')
| -rw-r--r-- | tests/h.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/h.lua b/tests/h.lua index 0913892..310d6a8 100644 --- a/tests/h.lua +++ b/tests/h.lua @@ -1,4 +1,4 @@ -require "llib"
+llib = require "llib"
llib.config.set({print_meta=1,max_depth=22})
--llib.thread.lock(1)
|
