You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve Gill (JIRA)" <ji...@apache.org> on 2017/01/06 00:20:58 UTC

[jira] [Closed] (CB-12261) subdirectories deprecated warning always shows and stop fetch

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

Steve Gill closed CB-12261.
---------------------------
    Resolution: Fixed

> subdirectories deprecated warning always shows and stop fetch
> -------------------------------------------------------------
>
>                 Key: CB-12261
>                 URL: https://issues.apache.org/jira/browse/CB-12261
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>         Environment: Any
>            Reporter: Wilson Yang
>            Priority: Critical
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> CB-11979 introduced a warning for using subdir with git url.
> But even there is no subdir, it still show the warning, or prevent fetch.
> Because the line of code `options.subdir = options.subdir || '.';`
> And `if (result[2]) options.subdir = result[2];` will not set subdir to empty
> Then `if(options.subdir) {` will always true since options.subdir is '.' by default.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org