提交 c4dc6df3 编写于 作者: I isidor

fixes #67570

上级 01aff5ab
......@@ -484,7 +484,7 @@ class PasteFileAction extends BaseErrorReportingAction {
}
return undefined;
});
}, e => this.onError(e));
}, error => {
this.onError(new Error(nls.localize('fileDeleted', "File to paste was deleted or moved meanwhile")));
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册