2
2
kopia lustrzana https://github.com/Hilbis/Hilbish synced 2025-07-18 16:52:02 +00:00

feat: implement dofile on midnight

This commit is contained in:
sammyette 2024-12-22 01:18:54 -04:00
rodzic 004615b1b2
commit 287a983730
Podpisane przez: sammyette
ID klucza GPG: 904FC49417B44DCD

Wyświetl plik

@ -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
}