Skip to content

Commit

Permalink
chore: remove printing for hilbish global type
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Dec 22, 2024
1 parent 287a983 commit 7620660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 7620660

Please sign in to comment.