[ https://issues.apache.org/jira/browse/CB-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899969#comment-13899969 ]
ASF subversion and git services commented on CB-5638: ----------------------------------------------------- Commit d82238cd9815bbe3ef2fbace94053e5226ff2d40 in branch refs/heads/master from [~jsoref] [ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=d82238c ] CB-5638 Clean-up: remove unreachable info case from function > 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)