[Pkg-mozext-commits] [adblock-plus] 106/464: Don't recurse automatically into catch blocks

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:08 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit ae615a20e6c09b53381234c13eecef97c43ea53c
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Dec 2 20:53:04 2010 +0100

    Don't recurse automatically into catch blocks
---
 scripts/decompile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/decompile.js b/scripts/decompile.js
index 8f527ac..6032c1c 100644
--- a/scripts/decompile.js
+++ b/scripts/decompile.js
@@ -187,6 +187,7 @@ let visitor = {
     }
     output(")");
     this._visitNeedBlock(stmt.body);
+    return true;
   },
   visitDebuggerStatement: function (stmt) { output("debugger;").flush(); },
 

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



More information about the Pkg-mozext-commits mailing list