fix: remove prelude error printing

lua5.4
TorchedSammy 2022-04-02 17:24:36 -04:00
parent f94d7ac81f
commit 50f703d9b3
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 1 deletions

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) {