You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/02/13 04:06:20 UTC

[jira] [Resolved] (CB-5638) remove unreachable info case from function CLI(inputArgs)

     [ https://issues.apache.org/jira/browse/CB-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Grieve resolved CB-5638.
-------------------------------

    Resolution: Fixed

Fixed in 3.4.0-rc.1-dev

> remove unreachable info case from function CLI(inputArgs)
> ---------------------------------------------------------
>
>                 Key: CB-5638
>                 URL: https://issues.apache.org/jira/browse/CB-5638
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.3.0
>            Reporter: Josh Soref
>            Assignee: Josh Soref
>            Priority: Trivial
>
>     var tokens = inputArgs.slice(2),
> ...
>     cmd = tokens && tokens.length ? tokens.splice(0,1) : undefined;
> ...
>     if (cmd === "info") {
>         return cordova.info();
>     }



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)