[Pkg-mozext-commits] [itsalltext] 394/459: Added debug message for editor errors.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 13d36a2cc6a87c0e8d91000f3069f3fe98ad0fc5
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Sep 21 16:28:06 2011 -0400

    Added debug message for editor errors.
---
 src/chrome/content/cacheobj.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/chrome/content/cacheobj.js b/src/chrome/content/cacheobj.js
index 7c038c7..c2e2e18 100644
--- a/src/chrome/content/cacheobj.js
+++ b/src/chrome/content/cacheobj.js
@@ -418,6 +418,7 @@ CacheObj.prototype.edit = function (extension, clobber) {
         this.private_is_watching = true;
         this.edit_count++;
     } catch (e) {
+        itsalltext.debug("Caught error launching editor: ", e);
         params = { out: null,
                    exists: program ? program.exists() : false,
                    path: itsalltext.preferences.editor,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list