dthree / vorpal

Node's framework for interactive CLIs

Home Page:http://vorpal.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wait for promise

giacomoratta opened this issue · comments

I have a promise and after the result I call the callback to show the vorpal delimiter again.
The strange thing is that it prints the delimiter, it goes to an empty new line and waits.
If I press any key, it prints the delimiter again so everything come back to the correct situation.

I think I'm doing something wrong.
Do you have some solutions or advices?