Browse Source

exit_with_code verbose

Sniperovitch 8 years ago
parent
commit
ad55afbbce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cocktail

+ 1 - 0
cocktail

@@ -9,6 +9,7 @@ end_with_code() {
 
   cleanup_working_folder
   unlock_project
+  verbose "[$FUNCNAME] exiting with RC=[$rc]"
   exit $rc
 }