Fixed syncing alert not showing the proper error
This commit is contained in:
parent
5dac84efdc
commit
73d87d61c4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ export class Sync {
|
|||
|
||||
} catch (e) {
|
||||
console.trace(e)
|
||||
alert(e)
|
||||
alert(e.error)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue