We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e6115 commit 15055e2Copy full SHA for 15055e2
packages/prompts/src/text.ts
@@ -49,7 +49,6 @@ export const text = (opts: TextOptions) => {
49
default: {
50
const defaultPrefix = hasGuide ? `${color.cyan(S_BAR)} ` : '';
51
const defaultPrefixEnd = hasGuide ? color.cyan(S_BAR_END) : '';
52
- color.cyan(S_BAR_END);
53
return `${title}${defaultPrefix}${userInput}\n${defaultPrefixEnd}\n`;
54
}
55
0 commit comments