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

Not able to see start task or End task as expected. #6

Open
raminfosystems opened this issue Jun 29, 2020 · 1 comment
Open

Not able to see start task or End task as expected. #6

raminfosystems opened this issue Jun 29, 2020 · 1 comment

Comments

@raminfosystems
Copy link

Steps to reproduce

  1. Install generate and generate-gitignore packages from CLI using given command. (Done.)
  2. Enter in the directory and open PowerShell window at the current location. (done)
  3. At command prompt type - 'gen gitignore' and press enter. (done.)
  4. Expected to see as per following.
    [12:33:42] starting generate
    [12:33:43] √ running tasks: [ 'gitignore' ]
    [12:33:44] starting gitignore
    [12:33:44] starting gitignore:default task
    [12:33:44] starting gitignore:gitignore task
    ? Which file do you want to write? Node

Node is selected and now I should expect to see [12:33:45] start task and end task. And .gitignore file should be generated at the destination directory. And generate command should exit successfully.

Actual result - .gitignore file generated, but generate command not finish and halt the prompt.

Workaround - Press Control + C to break and bring back to the command prompt in the PowerShell.

Resolution - gen command should display start and end task as well as on error should give prompt back to the user.

@heytulsiprasad
Copy link

This issue is still valid, faced the same today.

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

No branches or pull requests

2 participants