Skip to content

Fix exceptions not logged 7211#7350

Open
sardarMrashed wants to merge 2 commits into
angular-ui:masterfrom
sardarMrashed:fix-exceptions-not-logged-7211
Open

Fix exceptions not logged 7211#7350
sardarMrashed wants to merge 2 commits into
angular-ui:masterfrom
sardarMrashed:fix-exceptions-not-logged-7211

Conversation

@sardarMrashed
Copy link
Copy Markdown

Fixes #7211 - Changed .catch(angular.noop) to .catch(function(err) { $log.error(err); })
so that exceptions are logged to the console instead of being silently ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exceptions raised by ui-grid or ui-grid plugin code is caught and not logged in the console

1 participant