Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit f99f57f

Browse files
SannidhyaSannidhya
authored andcommitted
fix: remove unused variable newModeInfo in moveSkill method
1 parent 23a7f55 commit f99f57f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/skills/SkillsManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ Add your skill instructions here.
447447

448448
// Check if skill already exists at destination
449449
if (await fileExists(destSkillMdPath)) {
450-
const newModeInfo = newMode ? ` (mode: ${newMode})` : ""
451450
throw new Error(t("skills:errors.already_exists", { name, path: destSkillMdPath }))
452451
}
453452

0 commit comments

Comments
 (0)