fix preDerivation

This commit is contained in:
Matias Alejo Garcia 2015-09-11 11:37:34 -03:00
commit c4964c1929
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}
}