From 649637fad78851ce6db90947639369617193fad2 Mon Sep 17 00:00:00 2001 From: Rosen Vladimirov Date: Fri, 19 May 2017 09:43:17 +0300 Subject: [PATCH] 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. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 2388145d3c..13f21c260f 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 2388145d3cca720ad2ab9cff857effa492c4d341 +Subproject commit 13f21c260f2026022ccb43e2eb9ca883243f1a30