Skip to content

Commit

Permalink
Include message
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Dec 10, 2024
1 parent 9d9d973 commit 052a54f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class RendererCommunication implements IExtensionSyncActivationService, I
}
} catch (ex) {
logger.error(ex);
window.showErrorMessage(DataScience.exportImageFailed(ex)).then(noop, noop);
window.showErrorMessage(DataScience.exportImageFailed(ex.message)).then(noop, noop);
}
},
this,
Expand Down

0 comments on commit 052a54f

Please sign in to comment.