Skip to content

Commit

Permalink
Update src/main/java/com/crowdin/cli/commands/actions/UploadSourcesAc…
Browse files Browse the repository at this point in the history
…tion.java
  • Loading branch information
andrii-bodnar authored Aug 23, 2023
1 parent 3478710 commit 50d910b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ public void act(Outputter out, PropertiesWithFiles pb, ProjectClient client) {
} else {
out.println(RESOURCE_BUNDLE.getString("message.file_being_updated"));
}
}
catch (Exception e) {
} catch (Exception e) {
errorsPresented.set(true);
throw new RuntimeException(String.format(RESOURCE_BUNDLE.getString("error.uploading_file"), fileFullPath), e);
}
Expand Down

0 comments on commit 50d910b

Please sign in to comment.