nat fix bugs

This commit is contained in:
2021-06-27 18:59:59 -06:00
parent 9d451139ee
commit 7cfdb4c002
4 changed files with 12 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
(.trim (.toString (.readLine (Sys.stdin))))]
(if (controller.commands.exists command)
(controller.runCommand (dictGet controller.commands command))
(Sys.print "$command is not a valid command"))))))
(Sys.println "$command is not a valid command"))))))
(defnew [])