Skip to content

Commit

Permalink
refactor(plugins#MapChecker): emphasize the error
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 27, 2022
1 parent b23e190 commit 83e9625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/MapChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class MapChecker extends LobbyPlugin {
break;
}
} else {
this.logger.error(`@MapChecker#check\nCaught error while checking beatmap ${mapId}\n${e.message}\n${e.stack}`);
this.logger.error(`@MapChecker#check\nThere was an error while checking beatmap ${mapId}\n${e.message}\n${e.stack}`);
}
}
}
Expand Down

0 comments on commit 83e9625

Please sign in to comment.