Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix posting notification to iOS Simulator (#2824)
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.
- Loading branch information