Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushaga14 committed Sep 21, 2024
1 parent 5e0a88e commit d1d51b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ public String fetchStatusOfTests(){
try {
this.currentlyRunningTests = DbLayer.fetchStatusOfTests();
} catch (Exception e) {
loggerMaker.errorAndAddToDb(e, "Error in insertActivity " + e.toString());
return Action.ERROR.toUpperCase();
}
return Action.SUCCESS.toUpperCase();
Expand Down

0 comments on commit d1d51b0

Please sign in to comment.