From 4e491f311e82be43ef983be78fcbe38ed736f667 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 18 May 2017 17:43:03 +0300 Subject: [PATCH] Fix posting notification to iOS Simulator 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