colourise the terminal

This commit is contained in:
2023-03-08 19:04:53 +00:00
parent 11ed803601
commit f7603e30c4
18 changed files with 373 additions and 76 deletions

View File

@@ -99,7 +99,7 @@ func importMod(realpath string, origin string, main bool) ArErr {
return translationerr
}
global := scope{}
_, runimeErr := run(translated, stack{vars, global})
_, runimeErr, _, _ := run(translated, stack{vars, global})
if runimeErr.EXISTS {
return runimeErr
}