[
https://issues.apache.org/jira/browse/CB-11036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242896#comment-15242896
]
ASF GitHub Bot commented on CB-11036:
-------------------------------------
GitHub user daserge opened a pull request:
https://github.com/apache/cordova-android/pull/291
CB-11036 'args.slice is not a function' when building windows with ot…
…her platform
Avoid parseOpts side effects on options obj passed in as it's then passed
to other platforms
[Jira issue](https://issues.apache.org/jira/browse/CB-11036)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-android CB-11036
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/291.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #291
----
commit 0a64958b7d5ad1097feb576f7a8d7ef02f6e275c
Author: daserge <[email protected]>
Date: 2016-04-15T12:37:44Z
CB-11036 'args.slice is not a function' when building windows with other
platform
Avoid parseOpts side effects on options obj passed in as it's then passed
to other platforms
----
> 'args.slice is not a function' when building windows with other platform
> ------------------------------------------------------------------------
>
> Key: CB-11036
> URL: https://issues.apache.org/jira/browse/CB-11036
> Project: Apache Cordova
> Issue Type: Bug
> Components: Windows
> Affects Versions: Master
> Environment: Windows
> Reporter: Alexander Sorokin
> Assignee: Sergey Shakhnazarov
> Labels: regression, triaged
>
> Repro:
> {noformat}
> cordova create foo
> cd foo
> cordova platform add android
> cordova platform add windows
> cordova build
> {noformat}
> Android will build correctly but then there will be an error:
> Error: args.slice is not a function
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]