Skip to content

Commit

Permalink
style: remove underbar from RuntimException message
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Nov 4, 2024
1 parent e54538c commit 461626b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private Mono<String> generateRecapFrame(String recapId, String memberName, Strin
return recapFramePath;
} catch (Exception e) {
log.error("Failed to generate recap frame", e);
throw new RuntimeException("Failed to generate recap_frame", e);
throw new RuntimeException("Failed to generate recap frame", e);
}
});
}
Expand Down

0 comments on commit 461626b

Please sign in to comment.