petervojtek / cordova-plugin-shell-exec

Apache Cordova Plugin to Execute Commands in Smartphone's Operating System Shell
Apache License 2.0
34 stars 17 forks source link

fix 'Process has not yet terminated:' #4

Closed cs8425 closed 7 years ago

cs8425 commented 7 years ago

to fix sometime output like this.

exit status: 100
cmd output: Process has not yet terminated: 6055
petervojtek commented 7 years ago

thanks for contributing..

maxlinux2000 commented 7 years ago

@cs8425 Hi, could yoy please have a look if is possible to use the pipe "|" in the unix commands in order to concatenate them?

tnx MaX