提交 66b45946 编写于 作者: B Benjamin Pasero

fix strict null

上级 849d9417
......@@ -155,7 +155,7 @@ export class BackupFileService implements IBackupFileService {
return this.impl.getWorkspaceFileBackups();
}
resolveBackupContent(backup: Uri): Promise<ITextBufferFactory> {
resolveBackupContent(backup: Uri): Promise<ITextBufferFactory | undefined> {
return this.impl.resolveBackupContent(backup);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册