2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

fix: remove prelude error printing

This commit is contained in:
TorchedSammy 2022-04-02 17:24:36 -04:00
parent f94d7ac81f
commit 50f703d9b3
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

1
lua.go
View File

@ -61,7 +61,6 @@ func luaInit() {
fmt.Fprintln(os.Stderr, "Missing preload file, builtins may be missing.")
}
}
fmt.Println(err)
}
func runConfig(confpath string) {