Skip to content

Commit 15055e2

Browse files
committed
chore: remove dead code
1 parent 18e6115 commit 15055e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/prompts/src/text.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const text = (opts: TextOptions) => {
4949
default: {
5050
const defaultPrefix = hasGuide ? `${color.cyan(S_BAR)} ` : '';
5151
const defaultPrefixEnd = hasGuide ? color.cyan(S_BAR_END) : '';
52-
color.cyan(S_BAR_END);
5352
return `${title}${defaultPrefix}${userInput}\n${defaultPrefixEnd}\n`;
5453
}
5554
}

0 commit comments

Comments
 (0)