[bug] missing await before saveDiffs
This commit is contained in:
parent
9a1232306d
commit
48cd8e3757
@ -499,7 +499,7 @@ export default class Services {
|
|||||||
|
|
||||||
if (isPaired) {
|
if (isPaired) {
|
||||||
try {
|
try {
|
||||||
this.saveDiffs(diffs);
|
await this.saveDiffs(diffs);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user