You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install generate and generate-gitignore packages from CLI using given command. (Done.)
Enter in the directory and open PowerShell window at the current location. (done)
At command prompt type - 'gen gitignore' and press enter. (done.)
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.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
[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.
The text was updated successfully, but these errors were encountered: