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:12 UTC

[cordova-windows] 01/03: better output in `cordova requirements` when VS is chosen because of VSINSTALLDIR

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 06fae9f21fba7350f17fb9091a8d7d31ae7116a6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 14 18:46:51 2018 +0100

    better output in `cordova requirements` when VS is chosen because of VSINSTALLDIR
---
 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 9b76e39..b2eb148 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -287,7 +287,7 @@ var checkVS = function (windowsTargetVersion, windowsPhoneTargetVersion) {
     var vsRequiredVersion = getMinimalRequiredVersionFor('visualstudio', windowsTargetVersion, windowsPhoneTargetVersion);
 
     if (process.env.VSINSTALLDIR) {
-        return Q('(user-specified)');
+        return Q('(user-specified via VSINSTALLDIR)');
     }
     return getInstalledVSVersions()
         .then(function (installedVersions) {

-- 
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