apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

Fix for issues with 'cordova run' command. #88

Closed CatchABus closed 4 years ago

CatchABus commented 4 years ago

Do not change values of args since it's used from the rest of platforms during 'cordova run' command execution which runs all platforms.

Platforms affected

Motivation and Context

87

Description

fixes #87

Testing

Checklist

breautek commented 4 years ago

To link this PR as a fix for another issue, you must use one of the keywords defined here.

Can you please update your PR description so that it uses one of these keywords.

E.g.

fixes

Without this, you're just simply referencing the issue, without signaling that this PR fixes that issue.

CatchABus commented 4 years ago

Done! Thanks a lot for pointing out my mistake!

codecov-io commented 4 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files           2        2           
  Lines          31       31           
=======================================
  Hits           29       29           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 10852c1...2da4616. Read the comment docs.