You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/12/24 19:46:09 UTC

cordova-coho git commit: CB-8213 Fix ReferenceError when verify-tags is given malformed input

Repository: cordova-coho
Updated Branches:
  refs/heads/master b3350ffac -> a1db34616


CB-8213 Fix ReferenceError when verify-tags is given malformed input


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/a1db3461
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/a1db3461
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/a1db3461

Branch: refs/heads/master
Commit: a1db346163ef38562cf23ef501a12367c95459b1
Parents: b3350ff
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Dec 24 13:45:32 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Dec 24 13:45:32 2014 -0500

----------------------------------------------------------------------
 src/verify-tags.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/a1db3461/src/verify-tags.js
----------------------------------------------------------------------
diff --git a/src/verify-tags.js b/src/verify-tags.js
index 776d97c..14292c6 100644
--- a/src/verify-tags.js
+++ b/src/verify-tags.js
@@ -67,7 +67,7 @@ exports.createCommand = function*(argv) {
         results.push({repoId: m[1], tagName: m[2], hash: m[3]});
     }
     if (results.length === 0) {
-        fatal('Error processing input.');
+        apputil.fatal('Error processing input.');
     }
     var hadErrors = false;
     for (var i = 0, entry; entry = results[i]; ++i) {


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