Skip to content

Commit

Permalink
console log operator errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Br2850 committed Oct 29, 2024
1 parent 6148b61 commit b479488
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function ImageView(props) {
// execution after operator

if (result?.error) {
console.error('Operation failed:', result?.errorMessage);
console.log(result?.error);
console.log(result?.errorMessage);
} else {
openLink();
}
Expand Down

0 comments on commit b479488

Please sign in to comment.