Skip to content

Commit

Permalink
test: something
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDucak committed Dec 24, 2023
1 parent 1ce1f36 commit 20dce7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/log/log_repository_crypto_applyer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class LogRepositoryCrypoApplier {
if (!iss.fail() && iss.eof()) {
try {
processLogFile(entry);
std::cout << "FINISHED" << entry.path() << std::endl;
} catch (const std::exception &e) {
// Handle exceptions here or rethrow them if necessary
// Do not throw here, accumulate errors instead
Expand Down

0 comments on commit 20dce7b

Please sign in to comment.