telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Fix posting notification to iOS Simulator #964

Closed rosen-vladimirov closed 7 years ago

rosen-vladimirov commented 7 years ago

In case there are spaces in path to the executable (node) or in the args, we are unable to send notification. Replace the usage of childProcess.exec with childProcess.spawn, which handles the spaces correctly.

justcodebuilduser commented 7 years ago

:heart:

justcodebuilduser commented 7 years ago

:heart: