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

Fix #19753

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