fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

nested commands fix #64 #66

Closed nitzantomer closed 7 years ago

nitzantomer commented 7 years ago

the problem turned out to be that that checking of token type vs. input type was done in the wrong direction. instead of checking whether the input type is of type of the token (that is it is the same as or extends it) it was done the other way around.