1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
kumavis 2019-03-29 12:51:54 +08:00
parent edec6cb81d
commit 02585c0bd0
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ describe('nodeify', function () {
try {
nodified('baz')
} catch (err) {
done(new Error('should not have thrown an error synchronously'))
done(new Error('should not have thrown an error synchronously'))
}
})

View File

@ -2490,7 +2490,7 @@ function setShowFiatConversionOnTestnetsPreference (value) {
function setCompletedOnboarding () {
return async dispatch => {
dispatch(actions.showLoadingIndication())
try {
await pify(background.markAllNoticesRead).call(background)
} catch (err) {