提交 6d799695 编写于 作者: S Sandeep Somavarapu

Fix #19753

上级 02fa69d2
......@@ -89,6 +89,7 @@ class ExtensionManifestParser extends ExtensionManifestHandler {
} catch (e) {
this._collector.error(this._absoluteFolderPath, nls.localize('jsonParseFail', "Failed to parse {0}: {1}.", this._absoluteManifestPath, json.getParseErrorMessage(e.message)));
}
return null;
}, (err) => {
if (err.code === 'ENOENT') {
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册