fix some unhandled promises and refactor some code

This commit is contained in:
dkanada 2021-02-06 15:51:31 +09:00
parent d7161f9d65
commit df599db415
9 changed files with 8 additions and 23 deletions

View file

@ -31,6 +31,7 @@ export const activate = () => {
title: globalize.translate('HeaderError'),
message: globalize.translate('DefaultErrorMessage')
});
throw e;
});
};