Made the library loading passtrough work properly

This commit is contained in:
Justin van der Leij 2018-04-06 23:46:37 +02:00
parent 7a5050b016
commit afe6573b18
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1,3 @@
return require("concord")
local PATH = (...):gsub('%.init$', '')
return require(PATH..".concord")