billroy / bitlash

Bitlash: a programmable command shell for arduino
http://bitlash.net
MIT License
341 stars 73 forks source link

Fixed NPE while return from nested function #57

Open Cib0rg opened 6 years ago

Cib0rg commented 6 years ago

If in doCommand we must go deeper then one level we have NPE in return function. Now it monkey-fixed.