[Client] Fix bugs
This commit is contained in:
@ -43,7 +43,7 @@ export default Vue.extend({
|
||||
await process().catch(e => {
|
||||
this.$root.alert({
|
||||
type: 'error',
|
||||
text: e
|
||||
text: e.toString()
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user