Skip to content

Commit 3b76879

Browse files
committed
fix: Ignore eslint warning
1 parent a3145a7 commit 3b76879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update-extensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ async function fetchExtensions () {
435435

436436
let i = 0
437437
for (const extension of extensions) {
438+
// eslint-disable-next-line no-console
438439
console.info(`extension ${i++}/${extensions.length} (${extension.name})`)
439440
const resolve = await createRepositoryFileResolver(extension)
440441

0 commit comments

Comments
 (0)