-
-
Notifications
You must be signed in to change notification settings - Fork 571
Prompt Error when using email in formatting #464
Copy link
Copy link
Closed
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master
Description
Expected behavior
Email inside formatting is green
Actual behavior
it display blue duplicated email and formatting is broken.
Steps to reproduce
use this prompt
prompt: function(cb) {
var path = color('blue', cwd);
cb([
color('green', 'user@example.com'),
':',
path,
'$ '
].join(''));
}user@example.com as green is displayed blue (email) when you press enter (echo command function).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master
