Skip to content

Commit

Permalink
Fix posting notification to iOS Simulator (#2824)
Browse files Browse the repository at this point in the history
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
rosen-vladimirov authored May 19, 2017
1 parent a5bd263 commit 649637f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common

0 comments on commit 649637f

Please sign in to comment.