[Pkg-mozext-commits] [greasemonkey] 39/55: Fix filename reference typo.
David Prévot
taffit at moszumanska.debian.org
Thu Oct 29 15:38:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit 1c58833b079950c4ad7bc4c7a077070ced5e5617
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Fri Sep 25 09:03:56 2015 -0400
Fix filename reference typo.
Refs #2259
---
modules/sandbox.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/sandbox.js b/modules/sandbox.js
index 77efb79..0ed20b0 100644
--- a/modules/sandbox.js
+++ b/modules/sandbox.js
@@ -185,7 +185,7 @@ function runScriptInSandbox(script, sandbox) {
GM_util.logError(
gStringBundle.GetStringFromName('return-not-in-func-deprecated'),
true, // is a warning
- fileName,
+ e.fileName,
e.lineNumber
);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list