mirror of https://github.com/Hilbis/Hilbish
feat: implement dofile on midnight
parent
004615b1b2
commit
287a983730
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue