This commit is contained in:
parent
858a3a3a45
commit
ad5c021832
|
@ -149,7 +149,6 @@ function $exceptionHandler(vnApp, $window, $state, $injector) {
|
|||
if (messageT)
|
||||
message = $translate.instant(messageT);
|
||||
|
||||
cause = cause.replace('Possibly unhandled rejection: ', '');
|
||||
const additonalData = {
|
||||
frontPath: $state.current.name,
|
||||
httpRequest: cause.replace('Possibly unhandled rejection: ', ''),
|
||||
|
|
Loading…
Reference in New Issue