Skip to content

Commit 1093c4d

Browse files
nrjdalalclaude
andcommitted
chore: remove unused highlighted variable
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f882371 commit 1093c4d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/utils/interactive-picker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ export function interactivePicker(
495495
node.type === "symlink" ? node.linkTarget.replace(/\/$/, "") : node.path,
496496
)
497497
let content: string
498-
let highlighted = false
499498
try {
500499
const stat = fs.statSync(filePath)
501500
if (stat.isDirectory()) {
@@ -513,7 +512,6 @@ export function interactivePicker(
513512
if (lang !== "plain") {
514513
try {
515514
content = await highlightText(text, lang)
516-
highlighted = true
517515
} catch {
518516
content = text
519517
}

0 commit comments

Comments
 (0)