Skip to content

Commit a3145a7

Browse files
committed
fix: Improve error log
1 parent ee12219 commit a3145a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-extensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ async function fetchExtensions () {
489489

490490
const grammarText = await download(grammarUrl)
491491
if (grammarText == null) {
492-
throw new Error('Unable to download grammar file')
492+
throw new Error('Unable to download grammar file: ' + grammarUrl)
493493
}
494494
const ext = path.extname(grammarUrl)
495495

0 commit comments

Comments
 (0)