[Client] Fix bugs

This commit is contained in:
syuilo
2018-11-15 04:24:40 +09:00
parent 56d571c0f0
commit 0985f7f609
2 changed files with 42 additions and 17 deletions

View File

@ -43,7 +43,7 @@ export default Vue.extend({
await process().catch(e => {
this.$root.alert({
type: 'error',
text: e
text: e.toString()
});
});