fix preDerivation
This commit is contained in:
parent
619e743af0
commit
c4964c1929
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ angular.module('copayApp.services')
|
|||
|
||||
default:
|
||||
$log.warn('Unknown error type:', err.code);
|
||||
body = err.code + ':' + err.message ;
|
||||
body = err.message || err.code;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue