You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/15 14:41:13 UTC

[cordova-windows] 02/03: default script `check_reqs` to building 10.0 apps so it can actually return something instead of crashing

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-requirements_checks
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit 75bc2f0c3f418cb817c7d8eabda5c3ccad78e35a
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 14 18:47:35 2018 +0100

    default script `check_reqs` to building 10.0 apps so it can actually return something instead of crashing
---
 bin/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index b2eb148..99d0878 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -339,7 +339,7 @@ var checkPhoneSdk = function (windowsTargetVersion, windowsPhoneTargetVersion) {
 };
 
 module.exports.run = function () {
-    return checkOS().then(function () {
+    return checkOS('10.0', '10.0').then(function () {
         return MSBuildTools.findAvailableVersion();
     });
 };

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

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