-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Text not in answers #1
Comments
I'm also having issues. I'm getting an explicit
|
I think I've found the issue: https://github.com/enquirer/prompt-editor/blob/master/index.js#L83 There is no argument passed to submitAnswer, passing it Its using an older version of prompt-base, here are the relevant lines for submitAnswer: Not really sure how we should resolve this |
Thanks @Xanderite for tracking this down. Looks like this prompt needs to be updated to the latest |
@Xanderite did you want to submit a pr? |
Using the enquirer example, I'm not having any luck.
The prompt says received, but the text is not in
answers.bio
, as seen below:Possibly relevant details...
node --version = 7.7.2
$EDITOR = vim 8.0
macOS 10.12 Sierra
Edit:
Just testing (because I need to use it, haha), just found that this bug is true when as a standalone prompt or with enquirer.
The text was updated successfully, but these errors were encountered: