Skip to content

Commit

Permalink
more error information
Browse files Browse the repository at this point in the history
  • Loading branch information
MineFact committed Jan 26, 2024
1 parent 10a986a commit 6612095
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 @@ -167,7 +167,7 @@ export default class BuildTeam {
const info = this.network.buildTeamInfo.filter((info: any) => info.APIKey == this.apiKey)[0];

if(info == null){
console.log("Build Team Info could not be found by API Key in loadBuildTeamInfo().")
console.log("Build Team Info could not be found by API Key in loadBuildTeamInfo(). Provided API Key:" + this.apiKey + " | Number of Entries in BuildTeamInfo: " + this.network.buildTeamInfo.length)
return null;
}

Expand Down

0 comments on commit 6612095

Please sign in to comment.