Skip to content

Commit b15d477

Browse files
fix: 修复未生成链接问题
1 parent a2611c0 commit b15d477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export default class AbbrLinkPlugin extends Plugin {
200200
)
201201

202202
if (this.settings.checkCollision) {
203+
await this.processFilesWithoutCollisionCheck(tasksToProcess)
203204
await this.processFilesWithCollisionCheck(tasksToProcess)
204205
} else {
205206
await this.processFilesWithoutCollisionCheck(tasksToProcess)

0 commit comments

Comments
 (0)