提交 88e76958 编写于 作者: D DiamondYuan 提交者: Benjamin Pasero

docs: fix type (#79129)

上级 634e8ea9
......@@ -206,7 +206,7 @@ export class SQLiteStorageDatabase implements IStorageDatabase {
return this.doUpdateItems(recoveryConnection, { insert: recovery() }).then(() => closeRecoveryConnection(), error => {
// In case of an error updating items, still ensure to close the connection
// to prevent SQLITE_BUSY errors when the connection is restablished
// to prevent SQLITE_BUSY errors when the connection is reestablished
closeRecoveryConnection();
return Promise.reject(error);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册