2
3
şunun yansıması https://github.com/sammy-ette/Hilbish eşitlendi 2025-08-10 02:52:03 +00:00

fix: dont print types of args in appendPath

Bu işleme şunda yer alıyor:
TorchedSammy 2022-03-06 17:19:47 -04:00
ebeveyn 539cf402ca
işleme ba67278fad
İmzalayan: sammyette
GPG Anahtar Kimliği: 904FC49417B44DCD

1
api.go
Dosyayı Görüntüle

@ -265,7 +265,6 @@ func hlalias(L *lua.LState) int {
func hlappendPath(L *lua.LState) int {
// check if dir is a table or a string
arg := L.Get(1)
fmt.Println(arg.Type())
if arg.Type() == lua.LTTable {
arg.(*lua.LTable).ForEach(func(k lua.LValue, v lua.LValue) {
appendPath(v.String())