fix: remove print

pull/38/head
sammy 2021-04-09 23:14:10 -04:00
parent 3cb8e64dc0
commit 3c4351a8fe
1 changed files with 0 additions and 1 deletions

1
lua.go
View File

@ -54,7 +54,6 @@ func LuaInit(confpath string) {
.. ';/usr/share/hilbish/libs/?/init.lua;'
.. os.getenv 'HOME' .. '/.local/share/hilbish/libs/?/init.lua;'
.. os.getenv 'HOME' .. '/.local/share/hilbish/libs/?/?.lua'
print(package.path)
`)
err := l.DoFile("/usr/share/hilbish/preload.lua")