-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Git-command stuck #95
Comments
Same here. Our Command executes Any fix? |
@Jpunt After a quick test i suggest you to use grunt-exec in the meantime until this is fixed. |
Also had a command getting stuck: |
Nevermind me, my issue seems with the module itself - raineorshine/npm-check-updates#119 |
Nope, it's a grunt-shell issue. Also |
I think the issue with I think the proper solution here would be to switch to |
Closing as it seems it's a Node.js core problem and nothing we can do here. |
I think this should be fixed in this module or maybe a wrapper by calling https://nodejs.org/api/child_process.html#child_process_child_stdin |
My shell gets stuck when running this command, but only sometimes:
new_version
comes from task from grunt-prompt. The weird thing is, the commands are actually executed (i've got a new commit with that message, a new tag, and everything is pushed), but my shell doesn't get the callback:What can I try to fix this?
The text was updated successfully, but these errors were encountered: