We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f46a1 commit 2e9393cCopy full SHA for 2e9393c
unicorn/provider/io/sc3/p.lua
@@ -1,4 +1,5 @@
1
-local unicorn = dofile("/lib/unicorn/init.lua")
+package.path = "/lib/?.lua;/lib/?;/lib/?/init.lua;" .. package.path
2
+local unicorn = require("unicorn")
3
4
--- Package provider for Pastebin.com.
5
---@param package_table table A valid package table
0 commit comments