fix
This commit is contained in:
parent
8e290ba7f6
commit
67c627e93f
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ export class Storage<T extends StateDef> {
|
||||||
.then(() => resolve());
|
.then(() => resolve());
|
||||||
}, 1);
|
}, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resolve();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue