-
Notifications
You must be signed in to change notification settings - Fork 76
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
node-copy-paste prevents Node from exiting #32
Comments
I'm not entirely sure of the situation, but upon installing NodeJS on a fresh Ubuntu and running the lines included with Is this not what you were experiencing? If not, would you be able to provide an example situation to see if I can replicate the behavior? |
I also have the problem of a hung program, so I had to add a exit command at the end. here is an example script: https://gist.github.com/gavinengel/64ba135020fbd069f1b1 |
I'm trying to figure this out at the moment. Anyone have any luck? I'm thinking that xclip thinks that it has to read something from stdin so its hanging indefinitely. |
I'm having the same issue. |
I'm having the smae issue.(Win7 64bit, NodeJs v6.9.1, npm 3.10.8) |
On Ubuntu this simplist example makes your program hang (not automatically quit):
The text was updated successfully, but these errors were encountered: