mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
chore: remove printing for hilbish global type
This commit is contained in:
parent
287a983730
commit
762066022d
2
lua.go
2
lua.go
@ -52,7 +52,7 @@ func luaInit() {
|
||||
*/
|
||||
|
||||
// Add more paths that Lua can require from
|
||||
_, err := l.DoString("print(type(hilbish)); package.path = package.path .. " + requirePaths)
|
||||
_, err := l.DoString("package.path = package.path .. " + requirePaths)
|
||||
if err != nil {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
fmt.Fprintln(os.Stderr, "Could not add Hilbish require paths! Libraries will be missing. This shouldn't happen.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user