From commits-return-51908-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Thu Feb 15 15:41:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 66D5818064A for ; Thu, 15 Feb 2018 15:41:14 +0100 (CET) Received: (qmail 66307 invoked by uid 500); 15 Feb 2018 14:41:13 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 66294 invoked by uid 99); 15 Feb 2018 14:41:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2018 14:41:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 70506824B9; Thu, 15 Feb 2018 14:41:11 +0000 (UTC) Date: Thu, 15 Feb 2018 14:41:13 +0000 To: "commits@cordova.apache.org" Subject: [cordova-windows] 02/03: default script `check_reqs` to building 10.0 apps so it can actually return something instead of crashing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: janpio@apache.org In-Reply-To: <151870567125.9024.3806231943934437604@gitbox.apache.org> References: <151870567125.9024.3806231943934437604@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: cordova-windows X-Git-Refname: refs/heads/janpio-requirements_checks X-Git-Reftype: branch X-Git-Rev: 75bc2f0c3f418cb817c7d8eabda5c3ccad78e35a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180215144111.70506824B9@gitbox.apache.org> 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 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