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
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 inbin
, and then finally it will reportInvalid command
if the search failed.In 2.2.0, if there is no
bin
folder then instead of seeingInvalid command
you will seeCould not find path
. This is wrong - it should beInvalid command
(NB a missing
mos
folder is handled correctly)