Skip to content

Commit e4f6218

Browse files
chore: set top-level await
1 parent 27e8ada commit e4f6218

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/update-lib-configs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ async function format() {
100100
eslint.ESLint.outputFixes(report)
101101
}
102102

103-
format()
103+
await format()

tools/update-lib-index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ async function format() {
6161
eslint.ESLint.outputFixes(report)
6262
}
6363

64-
format()
64+
await format()

tools/update-vue3-export-names.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const https = require('node:https')
1010
const { URL } = require('node:url')
1111
const tsParser = require('@typescript-eslint/parser')
1212

13-
main()
13+
await main()
1414

1515
async function main() {
1616
const names = new Set()

0 commit comments

Comments
 (0)