Skip to content

Commit

Permalink
Merge pull request #1776 from Expensify/main
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
tgolen committed Jun 11, 2024
2 parents 823c9f7 + 2ae10af commit 8975e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BedrockServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1972,6 +1972,7 @@ bool BedrockServer::shouldBackup() {
}

SData BedrockServer::_generateCrashMessage(const unique_ptr<BedrockCommand>& command) {
SHMMM("Generating CRASH_COMMAND command for " << command->request.methodLine);
SData message("CRASH_COMMAND");
SData subMessage(command->request.methodLine);
for (auto& pair : command->crashIdentifyingValues) {
Expand Down

0 comments on commit 8975e14

Please sign in to comment.