Skip to content

Commit

Permalink
put back error mute
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Dec 10, 2019
1 parent 354a152 commit 889e459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.factory('checkXPackInfoChange', ($q, Private, $injector) => {
// cached info, so we need to refresh it.
// Intentionally swallowing this error
// because nothing catches it and it's an ugly console error.
xpackInfo.refresh($injector);
xpackInfo.refresh($injector).catch(() => {});
}

return handleResponse(response);
Expand Down

0 comments on commit 889e459

Please sign in to comment.