Skip to content

Commit 2e9393c

Browse files
committed
chore(provider/io.sc3.p): use require internally
1 parent e0f46a1 commit 2e9393c

File tree

1 file changed

+2
-1
lines changed
  • unicorn/provider/io/sc3

1 file changed

+2
-1
lines changed

unicorn/provider/io/sc3/p.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
local unicorn = dofile("/lib/unicorn/init.lua")
1+
package.path = "/lib/?.lua;/lib/?;/lib/?/init.lua;" .. package.path
2+
local unicorn = require("unicorn")
23

34
--- Package provider for Pastebin.com.
45
---@param package_table table A valid package table

0 commit comments

Comments
 (0)