提交 0fd2ffaa 编写于 作者: B Benjamin Pasero

comments

上级 33131620
......@@ -216,6 +216,7 @@ export class Storage extends Disposable implements IStorage {
this.pendingDeletes = new Set<string>();
this.pendingInserts = new Map<string, string>();
// Update in storage
return this.storage.updateItems(updateRequest);
}
......@@ -378,6 +379,7 @@ export class SQLiteStorageImpl {
}
private doOpen(path: string): Promise<Database> {
// TODO@Ben clean up performance markers
return new Promise((resolve, reject) => {
let measureRequireDuration = false;
if (!SQLiteStorageImpl.measuredRequireDuration) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册