提交 49aa355e 编写于 作者: B Benjamin Pasero

fix #86843

上级 1665beab
......@@ -1123,6 +1123,8 @@ export class DirtyDiffModel extends Disposable {
this.originalModelDisposables.add(ref.object.textEditorModel.onDidChangeContent(() => this.triggerDiff()));
return originalUri;
}).catch(error => {
return null; // possibly invalid reference
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册