mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
updated tests and added check in connections
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Requires multi.lua to be in the same directory or on the Lua path.
|
||||
Compatible with Lua 5.1, 5.2, 5.3, 5.4, and LuaJIT.
|
||||
]]
|
||||
package.path = "?/init.lua;?.lua;../?/init.lua;../?.lua;" .. package.path
|
||||
package.path = "../?/init.lua;../?.lua;../init.lua;../?.lua;" .. package.path
|
||||
|
||||
-- ─────────────────────────────────────────────
|
||||
-- Minimal test runner
|
||||
|
||||
Reference in New Issue
Block a user