Skip to content

Commit

Permalink
improve error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MineFact committed Jan 26, 2024
1 parent 86bb73d commit 861bc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/struct/core/buildteam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default class BuildTeam {
info = JSON.parse(JSON.stringify(info));

if(info == null){
console.log("Build Team Info could not be found by API Key in loadBuildTeamInfo(). API Key: " + this.apiKey + " | API Keys in BuildTeamInfo: " + this.network.buildTeamInfo.map((info: any) => info.APIKey).join(", "))
console.log("Build Team Info could not be found by API Key in loadBuildTeamInfo().")
return null;
}

Expand Down

0 comments on commit 861bc70

Please sign in to comment.