Skip to content

Commit 39741f4

Browse files
committed
improve error message
1 parent 7f2636f commit 39741f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluator/builtins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var builtins = map[string]*object.Builtin{
9090

9191
file, err := os.ReadFile(filename)
9292
if err != nil {
93-
return &object.Error{Message: "Tumeshindwa kusoma faili"}
93+
return &object.Error{Message: "Tumeshindwa kusoma faili au faili halipo"}
9494
}
9595
return &object.File{Filename: filename, Content: string(file)}
9696
},

0 commit comments

Comments
 (0)