diff --git a/Packages/ohif-core/client/ui/handleError.js b/Packages/ohif-core/client/ui/handleError.js index b419d7e58..7d09d2a91 100644 --- a/Packages/ohif-core/client/ui/handleError.js +++ b/Packages/ohif-core/client/ui/handleError.js @@ -29,6 +29,7 @@ OHIF.ui.handleError = error => { cancelClass: 'btn-secondary' }, error || {}); + OHIF.log.error(error); // TODO: Find a better way to handle errors instead of displaying a dialog for all of them. // OHIF.ui.showDialog('dialogForm', data); };