[Pkg-mozext-commits] [firebug] 28/82: Reword error messages slightly

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:45:38 UTC 2014


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

taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.

commit 23b24680514d5705938c51d5f1d7ca77be1c0c94
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Sat Dec 29 17:42:18 2012 +0100

    Reword error messages slightly
---
 extension/content/firebug/console/closureInspector.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/content/firebug/console/closureInspector.js b/extension/content/firebug/console/closureInspector.js
index bbe9388..353ce57 100644
--- a/extension/content/firebug/console/closureInspector.js
+++ b/extension/content/firebug/console/closureInspector.js
@@ -288,9 +288,9 @@ var ClosureInspector =
                     var dvalue = dglobal.makeDebuggeeValue(value);
                     var scope = env.find(name);
                     if (!scope)
-                        throw new Error("can't create new closure variables");
+                        throw new Error("can't create new closure variable");
                     if (self.getVariableOrOptimizedAway(scope, name) === OptimizedAway)
-                        throw new Error("can't set optimized-away closure variables");
+                        throw new Error("can't set optimized-away closure variable");
                     scope.setVariable(name, dvalue);
                 }
             };

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



More information about the Pkg-mozext-commits mailing list