2
3
espelhamento de https://github.com/sammy-ette/Hilbish sincronizado 2025-08-10 02:52:03 +00:00

feat: implement dofile on midnight

Esse commit está contido em:
sammyette 2024-12-22 01:18:54 -04:00
commit 287a983730
Assinado por: sammyette
ID da chave GPG: 904FC49417B44DCD

Ver arquivo

@ -8,6 +8,6 @@ func (mlr *Runtime) DoString(code string) (Value, error) {
}
func (mlr *Runtime) DoFile(filename string) error {
//return mlr.state.DoFile(filename)
return mlr.state.DoFile(filename)
return nil
}