Small improvements

This commit is contained in:
RainLoop Team 2015-10-13 19:36:43 +03:00
parent 1b86e85df2
commit 7b5d00ff01
12 changed files with 52 additions and 14 deletions

View file

@ -240,7 +240,10 @@
return true;
}
}
catch (e) {}
catch (e)
{
Utils.log(e);
}
}
fCallback(null, aSigningKeyIds);