debugger: remove variable redeclarations · nodejs/node@66b9c0d · GitHub
Skip to content

Commit 66b9c0d

Browse files
committed
debugger: remove variable redeclarations
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: #4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 19f7008 commit 66b9c0d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/_debugger.js

Lines changed: 5 additions & 5 deletions

0 commit comments

Comments
 (0)