From fe5333512fa6b9dca2631dab7423f76dac4b304b Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 19 Jun 2021 20:26:27 -0400 Subject: [PATCH] Updated test file --- test.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test.lua b/test.lua index af7e39c..8ba547d 100644 --- a/test.lua +++ b/test.lua @@ -1,3 +1,4 @@ +package.path = "./?/init.lua;"..package.path multi,thread = require("multi"):init() GLOBAL,THREAD = require("multi.integration.threading"):init() -- Auto detects your enviroment and uses what's available