[ 
https://issues.apache.org/jira/browse/CB-9828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004832#comment-15004832
 ] 

ASF GitHub Bot commented on CB-9828:
------------------------------------

Github user jasongin commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/132#discussion_r44842471
  
    --- Diff: bin/lib/check_reqs.js ---
    @@ -209,7 +209,7 @@ function getInstalledPhoneSdks () {
             }
         })
         .then(function () {
    -        return exec('reg query "HKLM\\SOFTWARE\\Microsoft\\Microsoft 
SDKs\\Windows\\v10.0" /v InstallationFolder /reg:32');
    +        return spawn('reg','query','HKLM\\SOFTWARE\\Microsoft\\Microsoft 
SDKs\\Windows\\v10.0','/v','InstallationFolder','/reg:32');
    --- End diff --
    
    Why aren't the arguments passed as an array here as above?


> Implement and expose PlatformApi for Windows
> --------------------------------------------
>
>                 Key: CB-9828
>                 URL: https://issues.apache.org/jira/browse/CB-9828
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: Windows
>            Reporter: Vladimir Kotikov
>            Assignee: Vladimir Kotikov
>              Labels: PlatformApi
>             Fix For: 5.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to