-
Notifications
You must be signed in to change notification settings - Fork 25
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
Gulp task finishes but process never ends #63
Comments
same issue! |
Same here with If I run the script in debug mode, it ends succesfully. |
@Freyskeyd Hi! Just checking if you're still working on this package? |
@johannes-z if I can help, I solved switching to this |
same issue too! |
@johannes-z and @hooray is this still an issue? I can have a look at this over the weekend if you are still seeing the issue. |
@shannonlal it should still exist, I haven't seen it updated in the last two months. |
@hooray @tonysamperi @johannes-z can you provide some more information about the operating system? I just ran this on my Mac a didn't have any issues:
|
I'm using Node 8.11.4 (NPM 5.6.0) on Windows 10 64 bit |
same issue too! |
I've tried a simple example with
gulp-prompt
. The task finishes, but the process never exits. Actually, I can't even ctrl+c in the terminal anymore... It's working fine withprompt.confirm
. It's basically the same behaviour as in #24. According to somegulp
issues, this is related with a process not ending... gulpjs/gulp#903 (comment)I even tried one of the samples:
Output:
The text was updated successfully, but these errors were encountered: