Forgot to update this so that it doesn't destroy someone's project, FAIL

This commit is contained in:
Joe Bowser 2013-06-04 14:28:16 -07:00
parent bc04ce4ce3
commit 187c6a6bd1

View File

@ -64,8 +64,6 @@ function createAppInfoJar {
function on_error { function on_error {
echo "An unexpected error occurred: $previous_command exited with $?" echo "An unexpected error occurred: $previous_command exited with $?"
echo "Deleting project..."
[ -d "$PROJECT_PATH" ] && rm -rf "$PROJECT_PATH"
exit 1 exit 1
} }