Skip to content

Commit 00c7ac0

Browse files
authored
Update ai plugin (#9)
1 parent 1464dba commit 00c7ac0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

validate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ function main() {
112112
} else {
113113
// 验证所有插件
114114
pluginDirs = fs.readdirSync(pluginsDir, { withFileTypes: true })
115-
.filter(entry => entry.isDirectory() && !entry.name.startsWith('.'))
116-
.map(entry => entry.name)
115+
.filter(entry => entry.isDirectory() && !entry.name.startsWith('.'))
116+
.map(entry => entry.name)
117117
}
118118

119119
console.log(`验证 ${ pluginDirs.length } 个插件...\n`)

0 commit comments

Comments
 (0)