Skip to content

Commit

Permalink
uh oh..!
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Jul 11, 2024
1 parent c076b2c commit cca59d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/SongRecovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function compareSongs(a: RecoveredSong, b: RecoveredSong): number {

export function errorAlert(error: any): void {
console.warn(error);
window.alert("Whoops, the song data appears to have been corrupted! Please try to recover the last working version of the song from the \"Recover Recent Song...\" option in BeepBox's \"File\" menu.");
window.alert(`uh oh..! seems like your song corrupted! If you use the "Recover Recent Song..." option in AbyssBox's "File" menu, there's a chance you might get it back. If that doesn't work then searching in your History might help.`);
}

function compareVersions(a: RecoveredVersion, b: RecoveredVersion): number {
Expand Down

0 comments on commit cca59d4

Please sign in to comment.