mirror of https://github.com/lukechilds/node.git
Browse Source
`test-assert.js` redeclares a variable with `var`. This change converts it to a `const` declaration and wraps it in a standalone block to scope it to just the test that uses it. PR-URL: https://github.com/nodejs/node/pull/4854 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>v4.x
Rich Trott
9 years ago
committed by
Myles Borins
1 changed files with 10 additions and 7 deletions
Loading…
Reference in new issue