AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
25 stars 10 forks source link

Minor path searching bug #45

Closed stevesims closed 5 months ago

stevesims commented 5 months ago

There is a search order when MOS processes commands. Firstly it checks the inbuilt commands for a match. When there's no match it searches in mos, and when there's no match there it will search in bin, and then finally it will report Invalid command if the search failed.

In 2.2.0, if there is no bin folder then instead of seeing Invalid command you will see Could not find path. This is wrong - it should be Invalid command

(NB a missing mos folder is handled correctly)

stevesims commented 5 months ago

this has now been fixed in 2.2.2