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 2019/07/05 13:52:44 UTC

[cordova-windows] branch janpio-build_error created (now c54fc12)

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

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


      at c54fc12  fix build error

This branch includes the following new commits:

     new c54fc12  fix build error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-windows] 01/01: fix build error

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c54fc12f7959f83648ddeb02649e3185e789c1a2
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jul 4 12:06:40 2019 +0200

    fix build error
---
 template/cordova/lib/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/cordova/lib/build.js b/template/cordova/lib/build.js
index d172736..22f2330 100644
--- a/template/cordova/lib/build.js
+++ b/template/cordova/lib/build.js
@@ -80,7 +80,7 @@ module.exports.run = function run (buildOptions) {
             events.emit('verbose', ' BUILD OUTPUT: ' + pkg.appx);
             return pkg;
         }).catch(function (error) {
-            return Q.reject(new CordovaError('No valid MSBuild was detected for the selected target: ' + error, error));
+            return Q.reject(new CordovaError('Build failed', error));
         });
 };
 


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