We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee12219 commit a3145a7Copy full SHA for a3145a7
update-extensions.ts
@@ -489,7 +489,7 @@ async function fetchExtensions () {
489
490
const grammarText = await download(grammarUrl)
491
if (grammarText == null) {
492
- throw new Error('Unable to download grammar file')
+ throw new Error('Unable to download grammar file: ' + grammarUrl)
493
}
494
const ext = path.extname(grammarUrl)
495
0 commit comments