Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spark setup account switch prompt is on the wrong line #40

Closed
dmiddlecamp opened this issue May 6, 2014 · 3 comments
Closed

spark setup account switch prompt is on the wrong line #40

dmiddlecamp opened this issue May 6, 2014 · 3 comments
Labels
Milestone

Comments

@dmiddlecamp
Copy link
Contributor

when you're asked to switch accounts, the prompt cursor isn't on the line with the y/n prompt.

@dmiddlecamp dmiddlecamp added the bug label May 6, 2014
@dmiddlecamp dmiddlecamp modified the milestone: 0.5 Oct 13, 2014
@kennethlimcp
Copy link
Contributor

This is due to \n in https://github.com/spark/spark-cli/blob/master/js/commands/SetupCommand.js#L106

A fix for this is beyond me though i debug it to \n being the culprit when handled by readline in nodejs

@kennethlimcp
Copy link
Contributor

Related: #160

@UnidentifiedContributor
Copy link
Contributor

fixed with the new prompt library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants