debugger: don't override module binding
authorVladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Fri, 23 Jan 2015 14:09:42 +0000 (17:09 +0300)
committercjihrig <cjihrig@gmail.com>
Fri, 23 Jan 2015 14:54:27 +0000 (09:54 -0500)
commitf4c536b749735a0240da08386d6784767f95cb5d
treeee6da61d30b58c27778f841cc650ceac3938d205
parent40ffed8f3f4392d6e110769ca06d86d6295fc645
debugger: don't override module binding

Overriding module argument with const causes a SyntaxError. This
commit changes the variable name to remove the error.

PR-URL: https://github.com/iojs/io.js/pull/572
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
lib/_debugger.js