mirror of https://github.com/lukechilds/node.git
Browse Source
- changed `var` to `const` where variables were not reassigned. - changed `assert.equal` to `assert.strictEqual` because there was no downside to being more rigorous. PR-URL: https://github.com/nodejs/node/pull/9978 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v6
Nigel Kibodeaux
8 years ago
committed by
James M Snell
1 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue