Skip to content

Commit e124ee8

Browse files
fix: 修复重复的消息问题
1 parent 1f2f424 commit e124ee8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ export default class AbbrLinkPlugin extends Plugin {
124124
)
125125
)
126126

127-
NoticeManager.showCollisionCheckStatus(
128-
checkCount,
129-
this.settings.maxCollisionChecks
130-
)
131127
NoticeManager.showCollisionResolutionStatus(checkCount, 0)
132128
hasConflicts = false
133129
return
@@ -222,7 +218,7 @@ export default class AbbrLinkPlugin extends Plugin {
222218
NoticeManager.showProcessingStatus(
223219
newLinksCount,
224220
updateLinksCount,
225-
ProcessStep.BUILD_TASK_LIST
221+
ProcessStep.CHECK_COLLISION
226222
)
227223

228224
if (this.settings.checkCollision) {

0 commit comments

Comments
 (0)