Skip to content

Commit

Permalink
bruhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
GuayabR authored Aug 27, 2024
1 parent 36b7924 commit 614f1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JavaScript/BeatzGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@ function startGame(index, versionPath, setIndex) {
});
}, 2500);
} else {
logError(`Failed to fetch song ${getSongTitle(currentSongPath)}: ${error}`);
logError(`Failed to fetch song ${getSongTitle(currentSongPath)}, Randomizing song. | ${error}`);
hideLoadingBar(); // Hide loading bar if an error occurs
songMetadataLoaded = true;
setTimeout(() => {
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/BeatzGameTesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@ function startGame(index, versionPath, setIndex) {
});
}, 2500);
} else {
logError(`Failed to fetch song ${getSongTitle(currentSongPath)}: ${error}`);
logError(`Failed to fetch song ${getSongTitle(currentSongPath)}, Randomizing song. | ${error}`);
hideLoadingBar(); // Hide loading bar if an error occurs
songMetadataLoaded = true;
setTimeout(() => {
Expand Down

0 comments on commit 614f1e4

Please sign in to comment.