Geal / PilotSSH-scripts

A collection of scripts usable with the PilotSSH iOS app
http://pilotssh.com
MIT License
52 stars 14 forks source link

error message when command not exist. #21

Closed zu2 closed 11 years ago

zu2 commented 11 years ago

By mistyping or some reason, when command is not exist, PolotSSH returns "Parse Error, The script returned an empty string".

I think that to return a message depending on error classification is more better to debugging. ( "command not found", etc...)

Geal commented 11 years ago

Another user proposed a good solution to handle failure, see issue #22 .