Skip to content

debugger: remove variable redeclarations

Rodrigo Muino Tomonari requested to merge github/fork/Trott/redecl-debugger into master

Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope.

Merge request reports

Loading