Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update flatEditor.js
Browse files Browse the repository at this point in the history
just debugMsg
  • Loading branch information
mfwolffe committed Feb 12, 2024
1 parent 31fcc62 commit 4c64e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/flatEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ function FlatEditor({

// e?.message = `flat error: ${e.message}, not loaded from scoreId, score: ${JSON.stringify(score)}, orig: ${orig}, colors: ${colors}`;
if (debugMsg){
e.message = `${e.message}, debugMsg: ${debugMsg}`;
console.error(`debugMsg: ${debugMsg}`;
// e.message = `${e.message}, debugMsg: ${debugMsg}`;
}
console.error('score not loaded from scoreId');
console.error('score', score);
Expand Down

0 comments on commit 4c64e89

Please sign in to comment.