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

Run second shell script #756

Closed
oleghalin opened this issue Jul 27, 2017 · 5 comments
Closed

Run second shell script #756

oleghalin opened this issue Jul 27, 2017 · 5 comments

Comments

@oleghalin
Copy link

I need to run second script even if first steal running. Now im using this:
shell.exec('node vexample2.js ',{silent:true});

but if i send second socket message to run next script when this already finished - have and error.

@nfischer
Copy link
Member

Can you post a more detailed description (including minimal scripts)?

@oleghalin
Copy link
Author

Minimal scripts? Im using node

@nfischer
Copy link
Member

nfischer commented Aug 4, 2017

Please post the code which produces the issue. It's hard to understand your problem if you don't clearly describe where the problem is.

@oleghalin
Copy link
Author

oleghalin commented Aug 5, 2017

Its more my mistake, than error. I need to run shell script and continue check socket server. But while script is working socket cant get new messages.
2017-08-05 15 19 48

@nfischer
Copy link
Member

nfischer commented Aug 6, 2017

Its more my mistake, than error.

Sounds like user error, I'm assuming this is not a shelljs bug. Closing.

If this is indeed a shelljs bug, then please post a minimum code example (the smallest possible script to reproduce the issue). And please paste it in a markdown code block (no screenshots or unformatted code please).

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