File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ angular.module('exceptionless', [])
97
97
98
98
let builder = error && error . status === 404 ? $ExceptionlessClient . createNotFound ( error . config . url ) : $ExceptionlessClient . createUnhandledException ( error , stateChangeError ) ;
99
99
builder . setSource ( stateChangeError )
100
- . setMessage ( error && error . statusText )
101
- . setProperty ( 'toState' , toState )
102
- . setProperty ( 'toParams' , toParams )
103
- . setProperty ( 'fromState' , fromState )
104
- . setProperty ( 'fromParams' , fromParams )
105
- . submit ( ) ;
100
+ . setMessage ( error && error . statusText )
101
+ . setProperty ( 'toState' , toState )
102
+ . setProperty ( 'toParams' , toParams )
103
+ . setProperty ( 'fromState' , fromState )
104
+ . setProperty ( 'fromParams' , fromParams )
105
+ . submit ( ) ;
106
106
} ) ;
107
107
108
108
$rootScope . $on ( '$destroy' , function ( ) {
You can’t perform that action at this time.
0 commit comments