JesusFreke / smali

smali/baksmali
6.33k stars 1.07k forks source link

CLI: Use non-zero exit code on error #779

Open david-k opened 4 years ago

david-k commented 4 years ago

Right now, it seems that even if an error occurs, smali will return with exit code 0. This makes it a bit hard to detect whether assembly was successful. Could we get a non-zero exit code on error?